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

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

x11 {
    LIBS += $$QMAKE_LIBS_X11
}


win32:CONFIG+=insignificant_test # QTBUG-28264