equal
deleted
inserted
replaced
|
1 load(qttest_p4) |
|
2 requires(contains(QT_CONFIG,opengl)) |
|
3 QT += opengl |
|
4 |
|
5 win32:!wince*: DEFINES += QT_NO_EGL |
|
6 |
|
7 HEADERS += tst_qglthreads.h |
|
8 SOURCES += tst_qglthreads.cpp |
|
9 |
|
10 x11 { |
|
11 LIBS += $$QMAKE_LIBS_X11 |
|
12 } |