diff options
author | Jørgen Lind <jorgen.lind@nokia.com> | 2010-06-24 13:18:58 (GMT) |
---|---|---|
committer | Jørgen Lind <jorgen.lind@nokia.com> | 2010-06-24 13:18:58 (GMT) |
commit | 9ecd67ee21ededfbd262279ebdb73324540f5df4 (patch) | |
tree | 5387e993b3befdf6255b9cf2b724189f11e73738 /mkspecs/common | |
parent | bd337d251a3ff54c6845f1c4469ec7c99068971e (diff) | |
parent | 3555687f5ff270c61499a5597444895bec0d70fb (diff) | |
download | Qt-9ecd67ee21ededfbd262279ebdb73324540f5df4.zip Qt-9ecd67ee21ededfbd262279ebdb73324540f5df4.tar.gz Qt-9ecd67ee21ededfbd262279ebdb73324540f5df4.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into lighthouse
Diffstat (limited to 'mkspecs/common')
-rw-r--r-- | mkspecs/common/symbian/symbian.conf | 5 |
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) |