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

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

SOURCES   += tst_qgl.cpp
RESOURCES  = qgl.qrc

linux-*:system(". /etc/lsb-release && [ $DISTRIB_CODENAME = lucid ]"): CONFIG+=insignificant_test # QTBUG-25293
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0