38be0d1383
This is the beginning of revision history for this module. If you want to look at revision history older than this, please refer to the Qt Git wiki for how to use Git history grafting. At the time of writing, this wiki is located here: http://qt.gitorious.org/qt/pages/GitIntroductionWithQt If you have already performed the grafting and you don't see any history beyond this commit, try running "git log" with the "--follow" argument. Branched from the monolithic repo, Qt master branch, at commit 896db169ea224deb96c59ce8af800d019de63f12
47 lines
1.5 KiB
Prolog
47 lines
1.5 KiB
Prolog
######################################################################
|
|
# Automatically generated by qmake (2.00a) ma 2. mai 16:14:33 2005
|
|
######################################################################
|
|
|
|
load(qttest_p4)
|
|
load(resources)
|
|
|
|
# Input
|
|
SOURCES += tst_qresourceengine.cpp
|
|
RESOURCES += testqrc/test.qrc
|
|
|
|
symbian-sbsv2 {
|
|
runtime_resource.target = $$PWD/runtime_resource.rcc
|
|
} else {
|
|
runtime_resource.target = runtime_resource.rcc
|
|
}
|
|
runtime_resource.depends = $$PWD/testqrc/test.qrc
|
|
runtime_resource.commands = $$QMAKE_RCC -root /runtime_resource/ -binary $${runtime_resource.depends} -o $${runtime_resource.target}
|
|
QMAKE_EXTRA_TARGETS = runtime_resource
|
|
PRE_TARGETDEPS += $${runtime_resource.target}
|
|
|
|
QT = core
|
|
wince*|symbian:{
|
|
deploy.files += runtime_resource.rcc parentdir.txt
|
|
test.files = testqrc/*
|
|
test.path = testqrc
|
|
alias.files = testqrc/aliasdir/*
|
|
alias.path = testqrc/aliasdir
|
|
other.files = testqrc/otherdir/*
|
|
other.path = testqrc/otherdir
|
|
search1.files = testqrc/searchpath1/*
|
|
search1.path = testqrc/searchpath1
|
|
search2.files = testqrc/searchpath2/*
|
|
search2.path = testqrc/searchpath2
|
|
sub.files = testqrc/subdir/*
|
|
sub.path = testqrc/subdir
|
|
testsub.files = testqrc/test/*
|
|
testsub.path = testqrc/test
|
|
testsub2.files = testqrc/test/test/*
|
|
testsub2.path = testqrc/test/test
|
|
DEPLOYMENT += deploy test alias other search1 search2 sub testsub testsub2
|
|
!symbian:DEFINES += SRCDIR=\\\"\\\"
|
|
} else {
|
|
DEFINES += SRCDIR=\\\"$$PWD/\\\"
|
|
}
|
|
CONFIG += parallel_test
|