summaryrefslogtreecommitdiffstats
path: root/examples/draganddrop/puzzle/puzzle.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/draganddrop/puzzle/puzzle.pro')
-rw-r--r--examples/draganddrop/puzzle/puzzle.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/draganddrop/puzzle/puzzle.pro b/examples/draganddrop/puzzle/puzzle.pro
index ec88f7a0a3..c0400d87f7 100644
--- a/examples/draganddrop/puzzle/puzzle.pro
+++ b/examples/draganddrop/puzzle/puzzle.pro
@@ -18,12 +18,12 @@ INSTALLS += target sources
symbian:{
TARGET.UID3 = 0xA000CF65
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
- addFile.sources = example.jpg
+ addFile.files = example.jpg
addFile.path = .
DEPLOYMENT += addFile
}
wince*: {
- addFile.sources = example.jpg
+ addFile.files = example.jpg
addFile.path = .
DEPLOYMENT += addFile
}