author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Wed, 18 Aug 2010 10:37:55 +0300 | |
changeset 33 | 3e2da88830cd |
parent 0 | 1918ee327afb |
child 37 | 758a864f9613 |
permissions | -rw-r--r-- |
0 | 1 |
load(qttest_p4) |
2 |
SOURCES += tst_qfileinfo.cpp |
|
3 |
||
4 |
QT = core |
|
5 |
||
6 |
||
7 |
RESOURCES += qfileinfo.qrc |
|
8 |
||
33
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
9 |
wince*:|symbian: { |
0 | 10 |
deploy.sources += qfileinfo.qrc tst_qfileinfo.cpp |
33
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
11 |
res.sources = resources\\file1 resources\\file1.ext1 resources\\file1.ext1.ext2 |
0 | 12 |
res.path = resources |
13 |
DEPLOYMENT = deploy res |
|
14 |
} |
|
15 |
||
16 |
symbian { |
|
17 |
TARGET.CAPABILITY=AllFiles |
|
18 |
LIBS *= -lefsrv |
|
19 |
} |
|
20 |
||
21 |
# support for running test from shadow build directory |
|
22 |
wince* { |
|
23 |
DEFINES += SRCDIR=\\\"\\\" |
|
24 |
} else:symbian { |
|
25 |
# do not define SRCDIR at all |
|
26 |
} else { |
|
27 |
DEFINES += SRCDIR=\\\"$$PWD/\\\" |
|
28 |
} |
|
29 |