From 3ce99adfa48b09cf5dc73cc0922855fc066938fa Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Mon, 1 Jun 2015 21:28:59 +0200 Subject: use INSTALLS instead of DEPLOYMENT The DEPLOYMENT variable has been deprecated. Change-Id: I1c7c07b36a2e665ae302e4f43f7f2dc752f3c1f4 Reviewed-by: Oswald Buddenhagen --- examples/xml/dombookmarks/dombookmarks.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/xml/dombookmarks/dombookmarks.pro') diff --git a/examples/xml/dombookmarks/dombookmarks.pro b/examples/xml/dombookmarks/dombookmarks.pro index 93a5fb9ac9..a16cdadcfa 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 } -- cgit v1.2.3