qt5base-lts/tests/auto/opengl/qglfunctions/qglfunctions.pro

11 lines
258 B
Prolog
Raw Normal View History

CONFIG += testcase
CONFIG += parallel_test
TARGET = tst_qglfunctions
requires(contains(QT_CONFIG,opengl))
QT += opengl widgets testlib
SOURCES += tst_qglfunctions.cpp
win32:CONFIG+=insignificant_test # QTBUG-26390
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0