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>
6 lines
160 B
Prolog
6 lines
160 B
Prolog
load(qttest_p4)
|
|
SOURCES += tst_qfreelist.cpp
|
|
QT += core-private
|
|
QT -= gui
|
|
!contains(QT_CONFIG,private_tests): SOURCES += $$QT.core.sources/tools/qfreelist.cpp
|