summaryrefslogtreecommitdiffstats
path: root/tests/auto/opengl/qgl/qgl.pro
blob: 963b2d7e558fdcb006df654437b0e1b11d53ee0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
############################################################
# Project file for autotest for file qgl.h
############################################################

CONFIG += testcase
TARGET = tst_qgl
requires(contains(QT_CONFIG,opengl))
QT += widgets widgets-private opengl-private gui-private core-private testlib

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

SOURCES   += tst_qgl.cpp
RESOURCES  = qgl.qrc

CONFIG+=insignificant_test