summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/qopenglconfig/qopenglconfig.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/gui/qopenglconfig/qopenglconfig.pro')
-rw-r--r--tests/auto/gui/qopenglconfig/qopenglconfig.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/gui/qopenglconfig/qopenglconfig.pro b/tests/auto/gui/qopenglconfig/qopenglconfig.pro
new file mode 100644
index 0000000000..ebeb509d0b
--- /dev/null
+++ b/tests/auto/gui/qopenglconfig/qopenglconfig.pro
@@ -0,0 +1,10 @@
+############################################################
+# Project file for autotest for gui/openglconfig functionality
+############################################################
+
+CONFIG += testcase
+CONFIG += parallel_test
+TARGET = tst_qopenglconfig
+QT += gui-private core-private testlib
+
+SOURCES += tst_qopenglconfig.cpp