summaryrefslogtreecommitdiffstats
path: root/tests/auto/opengl/qgl/qgl.pro
blob: d1acdc0ab273557df775829ad91595a9d566b740 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
############################################################
# 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

SOURCES   += tst_qgl.cpp
RESOURCES  = qgl.qrc

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