author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Wed, 21 Apr 2010 11:15:19 +0300 | |
branch | RCL_3 |
changeset 11 | 25a739ee40f4 |
parent 4 | 3b1da2848fc7 |
permissions | -rw-r--r-- |
0 | 1 |
load(qttest_p4) |
2 |
||
3 |
SOURCES += ../tst_qapplication.cpp |
|
4 |
TARGET = ../tst_qapplication |
|
5 |
||
6 |
wince* { |
|
7 |
additional.sources = ../desktopsettingsaware/desktopsettingsaware.exe |
|
8 |
additional.path = desktopsettingsaware |
|
9 |
someTest.sources = test.pro |
|
10 |
someTest.path = test |
|
11 |
DEPLOYMENT = additional deploy someTest |
|
12 |
} |
|
13 |
||
14 |
symbian*: { |
|
15 |
additional.sources = ../desktopsettingsaware/desktopsettingsaware.exe |
|
16 |
additional.path = desktopsettingsaware |
|
17 |
someTest.sources = test.pro |
|
18 |
someTest.path = test |
|
4
3b1da2848fc7
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
19 |
windowIcon.sources = ../heart.svg |
3b1da2848fc7
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
20 |
DEPLOYMENT = additional deploy someTest windowIcon |
3b1da2848fc7
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
21 |
LIBS += -lcone -lavkon |
0 | 22 |
} |
23 |
||
24 |
win32 { |
|
25 |
CONFIG(debug, debug|release) { |
|
26 |
TARGET = ../../debug/tst_qapplication |
|
27 |
} else { |
|
28 |
TARGET = ../../release/tst_qapplication |
|
29 |
} |
|
30 |
} |
|
31 |
||
32 |