author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Thu, 02 Sep 2010 21:20:32 +0300 | |
changeset 34 | a33bf25e6f72 |
parent 33 | 3e2da88830cd |
permissions | -rw-r--r-- |
0 | 1 |
###################################################################### |
2 |
# Automatically generated by qmake (2.00a) ma 2. mai 16:14:33 2005 |
|
3 |
###################################################################### |
|
4 |
||
5 |
load(qttest_p4) |
|
6 |
load(resources) |
|
7 |
||
8 |
# Input |
|
9 |
SOURCES += tst_qresourceengine.cpp |
|
10 |
RESOURCES += testqrc/test.qrc |
|
11 |
||
12 |
symbian-sbsv2 { |
|
13 |
runtime_resource.target = $$PWD/runtime_resource.rcc |
|
14 |
} else { |
|
15 |
runtime_resource.target = runtime_resource.rcc |
|
16 |
} |
|
17 |
runtime_resource.depends = $$PWD/testqrc/test.qrc |
|
18 |
runtime_resource.commands = $$QMAKE_RCC -root /runtime_resource/ -binary $${runtime_resource.depends} -o $${runtime_resource.target} |
|
19 |
QMAKE_EXTRA_TARGETS = runtime_resource |
|
20 |
PRE_TARGETDEPS += $${runtime_resource.target} |
|
21 |
||
22 |
QT = core |
|
33
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
23 |
wince*|symbian:{ |
0 | 24 |
deploy.sources += runtime_resource.rcc parentdir.txt |
25 |
test.sources = testqrc/* |
|
26 |
test.path = testqrc |
|
27 |
alias.sources = testqrc/aliasdir/* |
|
28 |
alias.path = testqrc/aliasdir |
|
29 |
other.sources = testqrc/otherdir/* |
|
30 |
other.path = testqrc/otherdir |
|
31 |
search1.sources = testqrc/searchpath1/* |
|
32 |
search1.path = testqrc/searchpath1 |
|
33 |
search2.sources = testqrc/searchpath2/* |
|
34 |
search2.path = testqrc/searchpath2 |
|
35 |
sub.sources = testqrc/subdir/* |
|
36 |
sub.path = testqrc/subdir |
|
37 |
testsub.sources = testqrc/test/* |
|
38 |
testsub.path = testqrc/test |
|
39 |
testsub2.sources = testqrc/test/test/* |
|
40 |
testsub2.path = testqrc/test/test |
|
41 |
DEPLOYMENT = deploy test alias other search1 search2 sub testsub testsub2 |
|
42 |
!symbian:DEFINES += SRCDIR=\\\"\\\" |
|
43 |
} else { |
|
44 |
DEFINES += SRCDIR=\\\"$$PWD/\\\" |
|
45 |
} |