make tst_qwidget significant again on Windows and Linux
[profile/ivi/qtbase.git] / tests / auto / widgets / kernel / qwidget / qwidget.pro
1 CONFIG += testcase
2 testcase.timeout = 600 # this test is slow
3 TARGET = tst_qwidget
4
5 QT += widgets core-private gui-private widgets-private testlib
6
7 SOURCES  += tst_qwidget.cpp
8 RESOURCES     = qwidget.qrc
9
10 aix-g++*:QMAKE_CXXFLAGS+=-fpermissive
11
12 CONFIG += x11inc
13
14 mac {
15     LIBS += -framework Security -framework AppKit -framework Carbon
16     OBJECTIVE_SOURCES += tst_qwidget_mac_helpers.mm
17 }
18
19 x11 {
20     LIBS += $$QMAKE_LIBS_X11
21 }
22
23 !wince*:win32: LIBS += -luser32 -lgdi32
24
25 mac:CONFIG+=insignificant_test # QTBUG-25300, QTBUG-23695