Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
29 lines
598 B
Prolog
29 lines
598 B
Prolog
load(qttest_p4)
|
|
SOURCES += tst_qwidget.cpp
|
|
RESOURCES = qwidget.qrc
|
|
|
|
contains(QT_CONFIG, qt3support): QT += qt3support
|
|
contains(QT_CONFIG, qt3support):DEFINES+=QT_HAS_QT3SUPPORT
|
|
|
|
aix-g++*:QMAKE_CXXFLAGS+=-fpermissive
|
|
|
|
CONFIG += x11inc
|
|
|
|
mac {
|
|
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 # QTQAINFRA-428
|