0
|
1 |
load(qttest_p4)
|
|
2 |
SOURCES += tst_qwidget.cpp
|
|
3 |
RESOURCES = qwidget.qrc
|
|
4 |
|
|
5 |
contains(QT_CONFIG, qt3support): QT += qt3support
|
|
6 |
contains(QT_CONFIG, qt3support):DEFINES+=QT_HAS_QT3SUPPORT
|
|
7 |
|
|
8 |
aix-g++*:QMAKE_CXXFLAGS+=-fpermissive
|
|
9 |
|
|
10 |
CONFIG += x11inc
|
|
11 |
|
|
12 |
mac {
|
|
13 |
LIBS += -framework Security -framework AppKit -framework Carbon
|
|
14 |
OBJECTIVE_SOURCES += tst_qwidget_mac_helpers.mm
|
|
15 |
}
|
|
16 |
|
|
17 |
symbian {
|
|
18 |
INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
|
|
19 |
LIBS += -leikcore -lcone -leikcoctl
|
|
20 |
}
|
|
21 |
|
|
22 |
!wince*:!symbian:win32: LIBS += -luser32 -lgdi32
|