summaryrefslogtreecommitdiffstats
path: root/mkspecs/common
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2010-06-22 09:54:18 (GMT)
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2010-06-22 09:54:18 (GMT)
commitc2f0e79f36ddd9c157ee795825c862687957941d (patch)
tree828854b74818a30f52240b8badb930578294a97e /mkspecs/common
parentbc3c9ed2c7a65f976138584298085f79ed85d255 (diff)
downloadQt-c2f0e79f36ddd9c157ee795825c862687957941d.zip
Qt-c2f0e79f36ddd9c157ee795825c862687957941d.tar.gz
Qt-c2f0e79f36ddd9c157ee795825c862687957941d.tar.bz2
Moved QT_PLUGINS_BASE_DIR and QT_IMPORTS_BASE_DIR to symbian.conf
These definitions are not platform dependent as they must be exactly what configure sets for plugins and imports paths, so moved them out of data_caging_paths.prf into symbian.conf. Task-number: QTBUG-11619 Reviewed-by: axis
Diffstat (limited to 'mkspecs/common')
-rw-r--r--mkspecs/common/symbian/symbian.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/mkspecs/common/symbian/symbian.conf b/mkspecs/common/symbian/symbian.conf
index b037d3c..baa519f 100644
--- a/mkspecs/common/symbian/symbian.conf
+++ b/mkspecs/common/symbian/symbian.conf
@@ -110,6 +110,11 @@ QMAKE_TAR = tar -cf
QMAKE_GZIP = gzip -9f
QT_ARCH = symbian
+
+# These directories must match what configure uses for QT_INSTALL_PLUGINS and QT_INSTALL_IMPORTS
+QT_PLUGINS_BASE_DIR = /resource/qt$${QT_LIBINFIX}/plugins
+QT_IMPORTS_BASE_DIR = /resource/qt/imports
+
load(qt_config)
load(symbian/platform_paths)