diff -r 4f2786c97bf4 -r 14fcccfb4c0c qt/qwidget/smoke_qwidget.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qt/qwidget/smoke_qwidget.pro Mon Jun 14 12:26:38 2010 +0100 @@ -0,0 +1,17 @@ +load(qttest_p4) +SOURCES += smoketest_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 + +symbian { + INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE + LIBS += -leikcore -lcone -leikcoctl +} + +!wince*:!symbian:win32: LIBS += -luser32 -lgdi32