2011-10-25 04:42:16 +00:00
|
|
|
CONFIG += testcase
|
2012-05-24 08:05:55 +00:00
|
|
|
CONFIG += parallel_test
|
2011-10-25 04:42:16 +00:00
|
|
|
TARGET = tst_qglfunctions
|
2011-04-27 10:05:43 +00:00
|
|
|
requires(contains(QT_CONFIG,opengl))
|
2011-10-25 04:42:16 +00:00
|
|
|
QT += opengl widgets testlib
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
SOURCES += tst_qglfunctions.cpp
|
2012-07-02 01:12:50 +00:00
|
|
|
|
|
|
|
win32:CONFIG+=insignificant_test # QTBUG-26390
|
2012-08-01 11:19:40 +00:00
|
|
|
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
|