diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2010-06-22 12:52:50 (GMT) |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2010-06-22 12:52:50 (GMT) |
commit | 8e86df43cbc54b740a8aa5f950a5811ac25b9539 (patch) | |
tree | 81e104606901baa0411f5dc457e4f98b5beb86b7 /demos/declarative | |
parent | be41ab8d52ad56ba861b5552da259018d8dd0e21 (diff) | |
download | Qt-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/declarative')
-rw-r--r-- | demos/declarative/minehunt/minehunt.pro | 1 |
1 files changed, 0 insertions, 1 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 |