diff options
author | Lars Knoll <lars.knoll@nokia.com> | 2009-03-23 10:18:55 +0100 |
---|---|---|
committer | Simon Hausmann <simon.hausmann@nokia.com> | 2009-03-23 10:18:55 +0100 |
commit | e5fcad302d86d316390c6b0f62759a067313e8a9 (patch) | |
tree | c2afbf6f1066b6ce261f14341cf6d310e5595bc1 /tests/auto/qresourceengine/qresourceengine.pro | |
download | qt4-tools-e5fcad302d86d316390c6b0f62759a067313e8a9.tar.gz |
Long live Qt 4.5!
Diffstat (limited to 'tests/auto/qresourceengine/qresourceengine.pro')
-rw-r--r-- | tests/auto/qresourceengine/qresourceengine.pro | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/tests/auto/qresourceengine/qresourceengine.pro b/tests/auto/qresourceengine/qresourceengine.pro new file mode 100644 index 0000000000..cdbbbd2622 --- /dev/null +++ b/tests/auto/qresourceengine/qresourceengine.pro @@ -0,0 +1,40 @@ +###################################################################### +# Automatically generated by qmake (2.00a) ma 2. mai 16:14:33 2005 +###################################################################### + +load(qttest_p4) +load(resources) + +# Input +SOURCES += tst_resourceengine.cpp +RESOURCES += testqrc/test.qrc + +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 +ALL_DEPS += $${runtime_resource.target} + +wince*:{ + deploy.sources += runtime_resource.rcc parentdir.txt + test.sources = testqrc/* + test.path = testqrc + alias.sources = testqrc/aliasdir/* + alias.path = testqrc/aliasdir + other.sources = testqrc/otherdir/* + other.path = testqrc/otherdir + search1.sources = testqrc/searchpath1/* + search1.path = testqrc/searchpath1 + search2.sources = testqrc/searchpath2/* + search2.path = testqrc/searchpath2 + sub.sources = testqrc/subdir/* + sub.path = testqrc/subdir + testsub.sources = testqrc/test/* + testsub.path = testqrc/test + testsub2.sources = testqrc/test/test/* + testsub2.path = testqrc/test/test + DEPLOYMENT = deploy test alias other search1 search2 sub testsub testsub2 + DEFINES += SRCDIR=\\\"\\\" +} else { + DEFINES += SRCDIR=\\\"$$PWD/\\\" +} |