summaryrefslogtreecommitdiffstats
path: root/examples/xml/streambookmarks
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2011-08-05 09:56:15 (GMT)
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2011-08-05 10:01:31 (GMT)
commitb997613ebea79f28631bef3e6dd6dde8ebd65e06 (patch)
tree97cb41b5fa027b647fd29c97b5b7cd097f2f9e81 /examples/xml/streambookmarks
parentbbb083a6f195eb885cca01a00b34a7c44258a79e (diff)
downloadQt-b997613ebea79f28631bef3e6dd6dde8ebd65e06.zip
Qt-b997613ebea79f28631bef3e6dd6dde8ebd65e06.tar.gz
Qt-b997613ebea79f28631bef3e6dd6dde8ebd65e06.tar.bz2
Fix bad merge on a couple of xml examples
Reviewed-by: mread
Diffstat (limited to 'examples/xml/streambookmarks')
-rw-r--r--examples/xml/streambookmarks/streambookmarks.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/xml/streambookmarks/streambookmarks.pro b/examples/xml/streambookmarks/streambookmarks.pro
index 0f2d55d..822a1ca 100644
--- a/examples/xml/streambookmarks/streambookmarks.pro
+++ b/examples/xml/streambookmarks/streambookmarks.pro
@@ -15,7 +15,7 @@ INSTALLS += target sources
symbian: {
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
- addFiles.sources = frank.xbel jennifer.xbel
+ addFiles.files = frank.xbel jennifer.xbel
addFiles.path = /data/qt/streambookmarks
DEPLOYMENT += addFiles
}