equal
deleted
inserted
replaced
|
1 load(qttest_p4) |
|
2 SOURCES += tst_qfileinfo.cpp |
|
3 |
|
4 QT = core |
|
5 |
|
6 |
|
7 RESOURCES += qfileinfo.qrc |
|
8 |
|
9 wince*:|symbian*: { |
|
10 deploy.sources += qfileinfo.qrc tst_qfileinfo.cpp |
|
11 res.sources = resources\file1 resources\file1.ext1 resources\file1.ext1.ext2 |
|
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 |