summaryrefslogtreecommitdiffstats
path: root/tests/auto/opengl/qglfunctions/qglfunctions.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/opengl/qglfunctions/qglfunctions.pro')
-rw-r--r--tests/auto/opengl/qglfunctions/qglfunctions.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/opengl/qglfunctions/qglfunctions.pro b/tests/auto/opengl/qglfunctions/qglfunctions.pro
index 9fe8de2b23..4b7c8758a9 100644
--- a/tests/auto/opengl/qglfunctions/qglfunctions.pro
+++ b/tests/auto/opengl/qglfunctions/qglfunctions.pro
@@ -1,6 +1,7 @@
-load(qttest_p4)
+CONFIG += testcase
+TARGET = tst_qglfunctions
requires(contains(QT_CONFIG,opengl))
-QT += opengl widgets
+QT += opengl widgets testlib
win32:!wince*: DEFINES += QT_NO_EGL