9 lines
169 B
Prolog
9 lines
169 B
Prolog
|
CONFIG += testcase
|
||
|
TARGET = tst_qopenglwindow
|
||
|
|
||
|
QT += core-private gui-private testlib
|
||
|
|
||
|
SOURCES += tst_qopenglwindow.cpp
|
||
|
|
||
|
win32:CONFIG+=insignificant_test # QTBUG-28264
|