summaryrefslogtreecommitdiffstats
path: root/tools/qml/qml.pro
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2011-02-17 02:58:30 (GMT)
committerMartin Jones <martin.jones@nokia.com>2011-02-17 02:58:30 (GMT)
commit712fc0b65d19d03125b79fe5385ecd0e3a314f7e (patch)
tree217f515737a0081b27bf6772d6c4ab66ca64f530 /tools/qml/qml.pro
parentb82332fec19ee977eceaf2d533ee027020a474e0 (diff)
parentdee5662e0218e754d425c8960edb1e8ffd27fde6 (diff)
downloadQt-712fc0b65d19d03125b79fe5385ecd0e3a314f7e.zip
Qt-712fc0b65d19d03125b79fe5385ecd0e3a314f7e.tar.gz
Qt-712fc0b65d19d03125b79fe5385ecd0e3a314f7e.tar.bz2
Merge branch 'master' of ../qt-qml-staging
Diffstat (limited to 'tools/qml/qml.pro')
-rw-r--r--tools/qml/qml.pro11
1 files changed, 5 insertions, 6 deletions
diff --git a/tools/qml/qml.pro b/tools/qml/qml.pro
index bdac6e3..5d6192d 100644
--- a/tools/qml/qml.pro
+++ b/tools/qml/qml.pro
@@ -37,12 +37,11 @@ symbian {
include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
TARGET.EPOCHEAPSIZE = 0x20000 0x4000000
TARGET.CAPABILITY = NetworkServices ReadUserData
- !contains(S60_VERSION, 3.1):!contains(S60_VERSION, 3.2) {
- LIBS += -lsensrvclient -lsensrvutil
- }
- contains(QT_CONFIG, s60): {
- LIBS += -lavkon -lcone
- }
+
+ # Deploy plugin for remote debugging
+ qmldebuggingplugin.sources = $$QT_BUILD_TREE/plugins/qmldebugging/tcpserver$${QT_LIBINFIX}.dll
+ qmldebuggingplugin.path = c:$$QT_PLUGINS_BASE_DIR/qmldebugging
+ DEPLOYMENT += qmldebuggingplugin
}
mac {
QMAKE_INFO_PLIST=Info_mac.plist