diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-06-22 15:47:12 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-06-22 15:47:12 (GMT) |
commit | 2e29f107476428bba4aad5c2d56a2a19921931dc (patch) | |
tree | a8a3f936a6535cea08a5f13cdeecba2c8b80f580 /demos | |
parent | 8529a50aba22d5b522852b6bd99de5720070e665 (diff) | |
parent | 8e86df43cbc54b740a8aa5f950a5811ac25b9539 (diff) | |
download | Qt-2e29f107476428bba4aad5c2d56a2a19921931dc.zip Qt-2e29f107476428bba4aad5c2d56a2a19921931dc.tar.gz Qt-2e29f107476428bba4aad5c2d56a2a19921931dc.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public:
Removed unnecessary data_caging_paths.prf loading from applications
Diffstat (limited to 'demos')
-rw-r--r-- | demos/declarative/minehunt/minehunt.pro | 1 | ||||
-rw-r--r-- | demos/spectrum/spectrum.pro | 2 |
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) |