summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgl/qgl.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qgl/qgl.pro')
-rw-r--r--tests/auto/qgl/qgl.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/qgl/qgl.pro b/tests/auto/qgl/qgl.pro
new file mode 100644
index 0000000..55e329d
--- /dev/null
+++ b/tests/auto/qgl/qgl.pro
@@ -0,0 +1,10 @@
+############################################################
+# Project file for autotest for file qgl.h
+############################################################
+
+load(qttest_p4)
+contains(QT_CONFIG, opengl):QT += opengl
+
+SOURCES += tst_qgl.cpp
+
+