diff -r 000000000000 -r 1918ee327afb tests/auto/qwidget/qwidget.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/auto/qwidget/qwidget.pro Mon Jan 11 14:00:40 2010 +0000 @@ -0,0 +1,22 @@ +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 +} + +symbian { + INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE + LIBS += -leikcore -lcone -leikcoctl +} + +!wince*:!symbian:win32: LIBS += -luser32 -lgdi32