summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qwidget/qwidget.pro
blob: 0e95d454cfa33ae07d23b64cb8452ad8f360a4a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
CONFIG += testcase
testcase.timeout = 600 # this test is slow
TARGET = tst_qwidget

QT += widgets core-private gui-private widgets-private testlib

SOURCES  += tst_qwidget.cpp
RESOURCES     = qwidget.qrc

aix-g++*:QMAKE_CXXFLAGS+=-fpermissive

CONFIG += x11inc

mac {
    LIBS += -framework Security -framework AppKit
    OBJECTIVE_SOURCES += tst_qwidget_mac_helpers.mm
}

win32:!winrt: LIBS += -luser32 -lgdi32