diff options
author | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-03-22 05:44:14 (GMT) |
---|---|---|
committer | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-03-22 05:44:14 (GMT) |
commit | 572ebf1586f4e995527eee126fcf0bd4fdb18bee (patch) | |
tree | 39b6d2b81faf1804bb409751e09e91fcadf2f3f7 /tests/auto/qglthreads/qglthreads.pro | |
parent | 2cc9a9a51d6742708b1ea41c7338755e2a0ee9e9 (diff) | |
parent | 3ba4e43507cc2ca1f642a45aec4fda4bd3572678 (diff) | |
download | Qt-572ebf1586f4e995527eee126fcf0bd4fdb18bee.zip Qt-572ebf1586f4e995527eee126fcf0bd4fdb18bee.tar.gz Qt-572ebf1586f4e995527eee126fcf0bd4fdb18bee.tar.bz2 |
Merge remote branch 'origin/4.7' into oslo-staging-1
Conflicts:
tests/auto/qgl_threads/qgl_threads.pro
Diffstat (limited to 'tests/auto/qglthreads/qglthreads.pro')
-rw-r--r-- | tests/auto/qglthreads/qglthreads.pro | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/qglthreads/qglthreads.pro b/tests/auto/qglthreads/qglthreads.pro new file mode 100644 index 0000000..73b75d4 --- /dev/null +++ b/tests/auto/qglthreads/qglthreads.pro @@ -0,0 +1,10 @@ +load(qttest_p4) +requires(contains(QT_CONFIG,opengl)) +QT += opengl + +HEADERS += tst_qglthreads.h +SOURCES += tst_qglthreads.cpp + +x11 { + LIBS += $$QMAKE_LIBS_X11 +} |