summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgl/qgl.pro
blob: 7c4b3416096d013f94af6b9aaabbd0f0c5fbc0c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CONFIG += testcase

TARGET = tst_qgl
QT += opengl testlib
SOURCES += tst_qgl.cpp

requires(contains(QT_CONFIG,opengl))
contains(QT_CONFIG,egl):DEFINES += QGL_EGL
win32:!wince*: DEFINES += QT_NO_EGL

RESOURCES  = qgl.qrc

CONFIG+=insignificant_test # QTQAINFRA-428