author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Thu, 22 Apr 2010 16:15:11 +0300 | |
branch | RCL_3 |
changeset 14 | 8c4229025c0b |
parent 3 | 41300fa6a67c |
permissions | -rw-r--r-- |
0 | 1 |
|
2 |
load(qttest_p4) |
|
3 |
||
4 |
HEADERS += ddhelper.h |
|
5 |
SOURCES += tst_windowsmobile.cpp ddhelper.cpp |
|
6 |
RESOURCES += windowsmobile.qrc |
|
7 |
||
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
8 |
TARGET = ../tst_windowsmobile |
0 | 9 |
|
10 |
wincewm*: { |
|
11 |
addFiles.sources = $$OUT_PWD/../testQMenuBar/*.exe |
|
12 |
||
13 |
||
14 |
addFiles.path = "\Program Files\tst_windowsmobile" |
|
15 |
DEPLOYMENT += addFiles |
|
16 |
} |
|
17 |
||
18 |
wincewm*: { |
|
19 |
LIBS += Ddraw.lib |
|
20 |
} |
|
21 |
||
22 |
||
23 |