qt/qwidget/smoke_qwidget.pro
author Brendan Donegan <brendand@symbian.org>
Mon, 14 Jun 2010 12:26:38 +0100
branchSymbian3
changeset 43 14fcccfb4c0c
child 46 e5ad616daedb
permissions -rw-r--r--
Cleaning up the new Qt tests, removing redundant code

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