| author | Maciej Seroka <maciejs@symbian.org> |
| Thu, 14 Oct 2010 15:15:37 +0100 | |
| branch | Symbian3 |
| changeset 73 | 4330a40a44f0 |
| parent 46 | e5ad616daedb |
| permissions | -rw-r--r-- |
|
43
14fcccfb4c0c
Cleaning up the new Qt tests, removing redundant code
Brendan Donegan <brendand@symbian.org>
parents:
diff
changeset
|
1 |
load(qttest_p4) |
|
46
e5ad616daedb
Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
43
diff
changeset
|
2 |
SOURCES += smoke_qwidget.cpp |
|
43
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 |