aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_native/qmldbg_native.pro
diff options
context:
space:
mode:
authorhjk <hjk@theqtcompany.com>2015-10-13 12:39:35 +0200
committerhjk <hjk@theqtcompany.com>2015-10-16 12:57:40 +0000
commita4420af04a9ace7fff9bb14d3cfd1511c6b641b8 (patch)
tree1c07d0bef1b77c0ad8d5d72dd9b29c12924e5aa7 /src/plugins/qmltooling/qmldbg_native/qmldbg_native.pro
parentcac24aee6c799cf6fb8a9b19c825ae77502af18b (diff)
QmlDebug: Add a debug connector for use with native debuggers
This debug connector offers a few simple C functions a native debugger can hook into to communicate with QML debug services. It is the base of the 'native mixed' debugging mode in Qt Creator. Change-Id: I32ce1f21be8e3522dccf1210d4de3b131b819bc5 Reviewed-by: Ulf Hermann <ulf.hermann@theqtcompany.com>
Diffstat (limited to 'src/plugins/qmltooling/qmldbg_native/qmldbg_native.pro')
-rw-r--r--src/plugins/qmltooling/qmldbg_native/qmldbg_native.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/plugins/qmltooling/qmldbg_native/qmldbg_native.pro b/src/plugins/qmltooling/qmldbg_native/qmldbg_native.pro
new file mode 100644
index 0000000000..7dc16b8c44
--- /dev/null
+++ b/src/plugins/qmltooling/qmldbg_native/qmldbg_native.pro
@@ -0,0 +1,12 @@
+TARGET = qmldbg_native
+QT += qml-private core-private
+
+PLUGIN_TYPE = qmltooling
+PLUGIN_CLASS_NAME = QQmlNativeDebugConnectorFactory
+load(qt_plugin)
+
+SOURCES += \
+ $$PWD/qqmlnativedebugconnector.cpp
+
+OTHER_FILES += \
+ $$PWD/qqmlnativedebugconnector.json