diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-02-18 22:43:45 (GMT) |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-02-18 22:43:45 (GMT) |
commit | 3e6a6ec2b095aa361499576517fdc291a7b8042d (patch) | |
tree | 1d8ef615b268d8f015824f9c886467a9548d0e9e /tests/auto/auto.pro | |
parent | e09de4df3ab7f57c107a1b14b80dec5728292b05 (diff) | |
download | Qt-3e6a6ec2b095aa361499576517fdc291a7b8042d.zip Qt-3e6a6ec2b095aa361499576517fdc291a7b8042d.tar.gz Qt-3e6a6ec2b095aa361499576517fdc291a7b8042d.tar.bz2 |
Fixed compile of autotests.
Rename tst_openglthreading.pro to qgl_threads.pro:
.pro file name must match directory name for SUBDIRS project to work.
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r-- | tests/auto/auto.pro | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 8bfd151..a02e8da 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -153,8 +153,6 @@ SUBDIRS += \ qfontmetrics \ qftp \ qgetputenv \ - qgl \ - qgl_threads \ qglobal \ qgraphicseffect \ qgraphicseffectsource \ @@ -464,7 +462,7 @@ SUBDIRS += \ rcc \ windowsmobile -contains(QT_CONFIG,opengl):SUBDIRS += qgl qglbuffer +contains(QT_CONFIG,opengl):SUBDIRS += qgl qglbuffer qgl_threads contains(QT_CONFIG,qt3support):!wince*:SUBDIRS += $$Q3SUBDIRS |