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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
43
14fcccfb4c0c Cleaning up the new Qt tests, removing redundant code
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
     1
load(qttest_p4)
14fcccfb4c0c Cleaning up the new Qt tests, removing redundant code
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
     2
SOURCES  += smoketest_qwidget.cpp
14fcccfb4c0c Cleaning up the new Qt tests, removing redundant code
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
     3
RESOURCES     = qwidget.qrc
14fcccfb4c0c Cleaning up the new Qt tests, removing redundant code
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
     4
14fcccfb4c0c Cleaning up the new Qt tests, removing redundant code
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
     5
contains(QT_CONFIG, qt3support): QT += qt3support
14fcccfb4c0c Cleaning up the new Qt tests, removing redundant code
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
     6
contains(QT_CONFIG, qt3support):DEFINES+=QT_HAS_QT3SUPPORT
14fcccfb4c0c Cleaning up the new Qt tests, removing redundant code
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
     7
14fcccfb4c0c Cleaning up the new Qt tests, removing redundant code
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
     8
aix-g++*:QMAKE_CXXFLAGS+=-fpermissive
14fcccfb4c0c Cleaning up the new Qt tests, removing redundant code
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
     9
14fcccfb4c0c Cleaning up the new Qt tests, removing redundant code
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    10
CONFIG += x11inc
14fcccfb4c0c Cleaning up the new Qt tests, removing redundant code
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    11
14fcccfb4c0c Cleaning up the new Qt tests, removing redundant code
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    12
symbian  {
14fcccfb4c0c Cleaning up the new Qt tests, removing redundant code
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    13
    INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
14fcccfb4c0c Cleaning up the new Qt tests, removing redundant code
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    14
    LIBS += -leikcore -lcone -leikcoctl
14fcccfb4c0c Cleaning up the new Qt tests, removing redundant code
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    15
}
14fcccfb4c0c Cleaning up the new Qt tests, removing redundant code
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    16
14fcccfb4c0c Cleaning up the new Qt tests, removing redundant code
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    17
!wince*:!symbian:win32: LIBS += -luser32 -lgdi32