summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2010-12-13 14:12:25 (GMT)
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2010-12-13 14:28:36 (GMT)
commit5e0be0aae4aa4011b4dbf7d1d457e4c8b4f6d4dc (patch)
tree5f2aaf51fb6af3b9acf981c27c5cd320c3134775 /tests/auto
parent50d3c15bd16f4e70327f8de30c8c0df5ed2f995c (diff)
downloadQt-5e0be0aae4aa4011b4dbf7d1d457e4c8b4f6d4dc.zip
Qt-5e0be0aae4aa4011b4dbf7d1d457e4c8b4f6d4dc.tar.gz
Qt-5e0be0aae4aa4011b4dbf7d1d457e4c8b4f6d4dc.tar.bz2
Fix qapplication autotest deployment
Necessary default deployment was getting removed from qapplication test Task-number: QTBUG-15915 Reviewed-by: Janne Koskinen
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/qapplication/test/test.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qapplication/test/test.pro b/tests/auto/qapplication/test/test.pro
index 2c54c37..d946e7e 100644
--- a/tests/auto/qapplication/test/test.pro
+++ b/tests/auto/qapplication/test/test.pro
@@ -17,7 +17,7 @@ symbian: {
someTest.sources = test.pro
someTest.path = test
windowIcon.sources = ../heart.svg
- DEPLOYMENT = additional deploy someTest windowIcon
+ DEPLOYMENT += additional deploy someTest windowIcon
LIBS += -lcone -lavkon
}