summaryrefslogtreecommitdiffstats
path: root/tests/auto/opengl/qglthreads/qglthreads.pro
blob: 7adde09e938f06ef506b8a482b50aeaba49899e2 (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

win32:!wince*: DEFINES += QT_NO_EGL

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

x11 {
    LIBS += $$QMAKE_LIBS_X11
}

CONFIG+=insignificant_test