aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2011-07-21 16:44:47 +0200
committerKai Koehne <kai.koehne@nokia.com>2011-07-25 15:46:37 +0200
commit0ec8817cbe6d00897e458a880d043a3ddfdbf202 (patch)
treee14f87bff4f2d8619b170d57e8f2bafd5d18abe6 /share
parent938bcae9d6a58a205e78f2965613a14561d6bb32 (diff)
QmlDbgHelper: Fix compilation for Symbian target in SDK
The Symbian3Qt473 folder in the SDK contains a .qmake.cache with invalid QMAKE_MOC path. Override this in the .pro file. Also make sure that the .prl file is generated (create_prl was set in the .qmake.cache) Change-Id: Ibf905b4d9a8addf1b45a2ee40acdd0134da30e11 Reviewed-on: http://codereview.qt.nokia.com/1977 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/qml/qmljsdebugger/qmljsdebugger.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/qml/qmljsdebugger/qmljsdebugger.pro b/share/qtcreator/qml/qmljsdebugger/qmljsdebugger.pro
index a6d841e1f77..f7585e1478b 100644
--- a/share/qtcreator/qml/qmljsdebugger/qmljsdebugger.pro
+++ b/share/qtcreator/qml/qmljsdebugger/qmljsdebugger.pro
@@ -2,7 +2,7 @@
# It enables debugging of Qt Quick applications
TEMPLATE = lib
-CONFIG += staticlib
+CONFIG += staticlib create_prl
QT += declarative script
DEFINES += BUILD_QMLJSDEBUGGER_STATIC_LIB