summaryrefslogtreecommitdiffstats
path: root/examples/xml/dombookmarks
diff options
context:
space:
mode:
authorJoerg Bornemann <[email protected]>2015-06-01 21:28:59 +0200
committerJoerg Bornemann <[email protected]>2015-06-03 11:26:46 +0000
commit3ce99adfa48b09cf5dc73cc0922855fc066938fa (patch)
tree118a89b7f0795148bc95c0988a3fbe513013d2ec /examples/xml/dombookmarks
parentdd274a5455296fcfe8631c2c2c7271546e9547bc (diff)
use INSTALLS instead of DEPLOYMENT
The DEPLOYMENT variable has been deprecated. Change-Id: I1c7c07b36a2e665ae302e4f43f7f2dc752f3c1f4 Reviewed-by: Oswald Buddenhagen <[email protected]>
Diffstat (limited to 'examples/xml/dombookmarks')
-rw-r--r--examples/xml/dombookmarks/dombookmarks.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/xml/dombookmarks/dombookmarks.pro b/examples/xml/dombookmarks/dombookmarks.pro
index 93a5fb9ac99..a16cdadcfab 100644
--- a/examples/xml/dombookmarks/dombookmarks.pro
+++ b/examples/xml/dombookmarks/dombookmarks.pro
@@ -14,6 +14,6 @@ INSTALLS += target
wince*: {
addFiles.files = frank.xbel jennifer.xbel
addFiles.path = "\\My Documents"
- DEPLOYMENT += addFiles
+ INSTALLS += addFiles
}