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>
8 lines
155 B
Prolog
8 lines
155 B
Prolog
load(qttest_p4)
|
|
QT += widgets
|
|
SOURCES += tst_modeltest.cpp modeltest.cpp dynamictreemodel.cpp
|
|
HEADERS += modeltest.h dynamictreemodel.h
|
|
|
|
|
|
|