4ed3ac722e
This reverts commit 33cb4ff4d45ddf389a7c676b36ddaf45f20b2f37 Test still seems unstable :( Change-Id: I20d9c393e1553abba2a335532bee4e3ba716d8ce Reviewed-on: http://codereview.qt.nokia.com/2179 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
29 lines
510 B
Prolog
29 lines
510 B
Prolog
load(qttest_p4)
|
|
|
|
QT += core-private gui-private
|
|
|
|
SOURCES += tst_qwidget.cpp
|
|
RESOURCES = qwidget.qrc
|
|
|
|
aix-g++*:QMAKE_CXXFLAGS+=-fpermissive
|
|
|
|
CONFIG += x11inc
|
|
|
|
mac:!qpa {
|
|
LIBS += -framework Security -framework AppKit -framework Carbon
|
|
OBJECTIVE_SOURCES += tst_qwidget_mac_helpers.mm
|
|
}
|
|
|
|
x11 {
|
|
LIBS += $$QMAKE_LIBS_X11
|
|
}
|
|
|
|
symbian {
|
|
INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
|
|
LIBS += -leikcore -lcone -leikcoctl
|
|
}
|
|
|
|
!wince*:!symbian:win32: LIBS += -luser32 -lgdi32
|
|
|
|
CONFIG+=insignificant_test
|