diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-03-22 00:28:27 (GMT) |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-03-22 00:28:27 (GMT) |
commit | 91ebcc413f0650ab235b93689776d4457bdbc80e (patch) | |
tree | db4846ab6cf828b4f237e08b96b7615b14d1342e /tests/auto/qglthreads/qglthreads.pro | |
parent | 7a7dbde042b380f3005deb1c1e72e876eaa57d4c (diff) | |
download | Qt-91ebcc413f0650ab235b93689776d4457bdbc80e.zip Qt-91ebcc413f0650ab235b93689776d4457bdbc80e.tar.gz Qt-91ebcc413f0650ab235b93689776d4457bdbc80e.tar.bz2 |
Fixed inconsistent test naming.
TARGET and test class name should always match.
Diffstat (limited to 'tests/auto/qglthreads/qglthreads.pro')
-rw-r--r-- | tests/auto/qglthreads/qglthreads.pro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/qglthreads/qglthreads.pro b/tests/auto/qglthreads/qglthreads.pro new file mode 100644 index 0000000..4d20a19 --- /dev/null +++ b/tests/auto/qglthreads/qglthreads.pro @@ -0,0 +1,7 @@ +load(qttest_p4) +requires(contains(QT_CONFIG,opengl)) +QT += opengl + +HEADERS += tst_qglthreads.h +SOURCES += tst_qglthreads.cpp + |