summaryrefslogtreecommitdiffstats
path: root/tests/auto/qwidget/qwidget.pro
blob: a8cfecf4c3d8445d78c9059702aade069f7191fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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

mac:CONFIG+=insignificant_test