From 0bfa24106d1465dccabcf7ad38c9cffdc2229f29 Mon Sep 17 00:00:00 2001 From: Jo Asplin Date: Thu, 8 Sep 2011 15:12:01 +0200 Subject: Moved autotests in category 'opengl' into new directory structure Task-number: QTBUG-21356 Change-Id: I496680aa670af3409e50e1c254ef2c557b414d33 Reviewed-on: http://codereview.qt-project.org/4452 Reviewed-by: Qt Sanity Bot Reviewed-by: Rohan McGovern --- tests/auto/opengl/qglthreads/qglthreads.pro | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/auto/opengl/qglthreads/qglthreads.pro (limited to 'tests/auto/opengl/qglthreads/qglthreads.pro') diff --git a/tests/auto/opengl/qglthreads/qglthreads.pro b/tests/auto/opengl/qglthreads/qglthreads.pro new file mode 100644 index 0000000000..d2fd31411f --- /dev/null +++ b/tests/auto/opengl/qglthreads/qglthreads.pro @@ -0,0 +1,14 @@ +load(qttest_p4) +requires(contains(QT_CONFIG,opengl)) +QT += opengl widgets + +win32:!wince*: DEFINES += QT_NO_EGL + +HEADERS += tst_qglthreads.h +SOURCES += tst_qglthreads.cpp + +x11 { + LIBS += $$QMAKE_LIBS_X11 +} + +CONFIG+=insignificant_test -- cgit v1.2.3