summaryrefslogtreecommitdiffstats
path: root/examples/declarative-systeminfo/network
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@nokia.com>2010-10-12 10:10:48 +1000
committerLorn Potter <lorn.potter@nokia.com>2010-10-12 10:10:48 +1000
commite11c0af3b10bbbdc8c9a5bb8e6d01626ea860b84 (patch)
tree2f3f63a10cfceaf523defe584240a2909a3f954b /examples/declarative-systeminfo/network
parent652c65e8433ad4d54325b7876ddcddb08a00aa09 (diff)
fix deployment issues on symbian
Task-number: MOBILITY-1575
Diffstat (limited to 'examples/declarative-systeminfo/network')
-rw-r--r--examples/declarative-systeminfo/network/deployment.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative-systeminfo/network/deployment.pri b/examples/declarative-systeminfo/network/deployment.pri
index 9d9e3d5203..f957d4324f 100644
--- a/examples/declarative-systeminfo/network/deployment.pri
+++ b/examples/declarative-systeminfo/network/deployment.pri
@@ -4,5 +4,5 @@ qmlnetworkinfo_src = $$PWD
symbian {
load(data_caging_paths)
}
-qmlnetworkinfo_files.sources = qmlnetworkinfo_src/wifi.qml qmlnetworkinfo_src/images
+qmlnetworkinfo_files.sources = $$qmlnetworkinfo_src/wifi.qml $$qmlnetworkinfo_src/images
DEPLOYMENT += qmlnetworkinfo_files