summaryrefslogtreecommitdiffstats
path: root/tests/auto/qglfunctions/qglfunctions.pro
blob: b72abe9c57bf986a7d984e5b6e4f51ea37501960 (plain)
1
2
3
4
5
6
7
8
9
10
load(qttest_p4)
requires(contains(QT_CONFIG,opengl))
QT += opengl

win32 {
    CONFIG+=insignificant_test # QTBUG-26390
    !wince*: DEFINES += QT_NO_EGL
}

SOURCES += tst_qglfunctions.cpp