summaryrefslogtreecommitdiffstats
path: root/tests/auto/opengl/qglbuffer/qglbuffer.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/opengl/qglbuffer/qglbuffer.pro')
-rw-r--r--tests/auto/opengl/qglbuffer/qglbuffer.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/opengl/qglbuffer/qglbuffer.pro b/tests/auto/opengl/qglbuffer/qglbuffer.pro
index 48bd966797..537f3c122a 100644
--- a/tests/auto/opengl/qglbuffer/qglbuffer.pro
+++ b/tests/auto/opengl/qglbuffer/qglbuffer.pro
@@ -2,9 +2,10 @@
# Project file for autotest for file qglbuffer.h
############################################################
-load(qttest_p4)
+CONFIG += testcase
+TARGET = tst_qglbuffer
requires(contains(QT_CONFIG,opengl))
-QT += opengl widgets
+QT += opengl widgets testlib
win32:!wince*: DEFINES += QT_NO_EGL