summaryrefslogtreecommitdiffstats
path: root/demos/spectrum
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/spectrum
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/spectrum')
-rw-r--r--demos/spectrum/spectrum.pro2
1 files changed, 0 insertions, 2 deletions
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)