summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/qml/qml.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/qml/qml.pro b/tools/qml/qml.pro
index bdac6e3..9b07ebe 100644
--- a/tools/qml/qml.pro
+++ b/tools/qml/qml.pro
@@ -43,6 +43,11 @@ symbian {
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