summaryrefslogtreecommitdiffstats
path: root/tests/auto/qfileinfo
diff options
context:
space:
mode:
authorShane Kearns <shane.kearns@accenture.com>2010-10-12 11:04:29 (GMT)
committerShane Kearns <shane.kearns@accenture.com>2010-10-12 12:59:10 (GMT)
commit1f8b697da6c6606d57a003666d35115ad72860f2 (patch)
tree575617a55c5cb78458319134f8f0692571ab724f /tests/auto/qfileinfo
parentf1f39af98afb2129daa5db2686200907de4c0999 (diff)
downloadQt-1f8b697da6c6606d57a003666d35115ad72860f2.zip
Qt-1f8b697da6c6606d57a003666d35115ad72860f2.tar.gz
Qt-1f8b697da6c6606d57a003666d35115ad72860f2.tar.bz2
Fix deployment for examples and tests
Due to the change from default deployment in symbian from being hardcoded in qmake to being in default_deployment.prf the .pro files needed to be changed. Specifically, "DEPLOYMENT = foo" needs to be "DEPLOYMENT += foo" otherwise the default deployment lines are not added and the test won't install. Reviewed-By: Miikka Heikkinen
Diffstat (limited to 'tests/auto/qfileinfo')
-rw-r--r--tests/auto/qfileinfo/qfileinfo.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qfileinfo/qfileinfo.pro b/tests/auto/qfileinfo/qfileinfo.pro
index 30656e2..7df721e 100644
--- a/tests/auto/qfileinfo/qfileinfo.pro
+++ b/tests/auto/qfileinfo/qfileinfo.pro
@@ -10,7 +10,7 @@ wince*:|symbian: {
deploy.sources += qfileinfo.qrc tst_qfileinfo.cpp
res.sources = resources\\file1 resources\\file1.ext1 resources\\file1.ext1.ext2
res.path = resources
- DEPLOYMENT = deploy res
+ DEPLOYMENT += deploy res
}
symbian {