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

win32:!wince*: DEFINES += QT_NO_EGL

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

x11 {
    LIBS += $$QMAKE_LIBS_X11
}