summaryrefslogtreecommitdiffstats
path: root/tests/auto/opengl/qglthreads/qglthreads.pro
blob: d5cbd0d9ed8b4928e73151e17c119dbe2b884be0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
CONFIG += testcase
TARGET = tst_qglthreads
requires(contains(QT_CONFIG,opengl))
QT += opengl widgets testlib gui-private core-private

HEADERS += tst_qglthreads.h
SOURCES += tst_qglthreads.cpp

x11 {
    LIBS += $$QMAKE_LIBS_X11
}

DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0

win32:CONFIG+=insignificant_test # QTBUG-28264