c5ea7fd39a
Basically breakage by <windows.h> being included from the OpenGL parts of <QtGui/QtGui> included from <QtTest/QtTest>. Change-Id: Id285fb89c64bf77e2408faac5688acd085579351 Reviewed-on: http://codereview.qt.nokia.com/3952 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
7 lines
160 B
Prolog
7 lines
160 B
Prolog
load(qttest_p4)
|
|
QT += widgets gui-private
|
|
SOURCES += tst_qlistview.cpp
|
|
win32:!wince*: LIBS += -luser32
|
|
|
|
qpa:contains(QT_CONFIG,xcb):CONFIG+=insignificant_test
|