summaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2010-06-22 12:52:50 (GMT)
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2010-06-22 12:52:50 (GMT)
commit8e86df43cbc54b740a8aa5f950a5811ac25b9539 (patch)
tree81e104606901baa0411f5dc457e4f98b5beb86b7 /demos
parentbe41ab8d52ad56ba861b5552da259018d8dd0e21 (diff)
downloadQt-8e86df43cbc54b740a8aa5f950a5811ac25b9539.zip
Qt-8e86df43cbc54b740a8aa5f950a5811ac25b9539.tar.gz
Qt-8e86df43cbc54b740a8aa5f950a5811ac25b9539.tar.bz2
Removed unnecessary data_caging_paths.prf loading from applications
Since plugin and import paths variables were moved to symbian.conf, there were many unnecessary load(data_caging_paths) statements left in applications. Task-number: QTBUG-11619 Reviewed-by: Janne Koskinen
Diffstat (limited to 'demos')
-rw-r--r--demos/declarative/minehunt/minehunt.pro1
-rw-r--r--demos/spectrum/spectrum.pro2
2 files changed, 0 insertions, 3 deletions
diff --git a/demos/declarative/minehunt/minehunt.pro b/demos/declarative/minehunt/minehunt.pro
index 91d02cf..aac91f6 100644
--- a/demos/declarative/minehunt/minehunt.pro
+++ b/demos/declarative/minehunt/minehunt.pro
@@ -24,7 +24,6 @@ MinehuntCore_sources.path = $$[QT_INSTALL_DEMOS]/declarative/minehunt/MinehuntCo
INSTALLS = sources MinehuntCore_sources target
symbian:{
- load(data_caging_paths)
TARGET.EPOCALLOWDLLDATA = 1
include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
TARGET.CAPABILITY = NetworkServices ReadUserData
diff --git a/demos/spectrum/spectrum.pro b/demos/spectrum/spectrum.pro
index a8f09de..d5a07f7 100644
--- a/demos/spectrum/spectrum.pro
+++ b/demos/spectrum/spectrum.pro
@@ -14,8 +14,6 @@ SUBDIRS += app
TARGET = spectrum
symbian {
- load(data_caging_paths)
-
# Create a 'make sis' rule which can be run from the top-level
include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)