aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_server/qmldbg_server.pro
blob: 923faa01f35c1c8814804bfff29cf65c47b462e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
TARGET = qmldbg_server
QT = qml-private packetprotocol-private

PLUGIN_TYPE = qmltooling
PLUGIN_CLASS_NAME = QQmlDebugServerFactory
load(qt_plugin)

SOURCES += \
    $$PWD/qqmldebugserver.cpp

HEADERS += \
    $$PWD/qqmldebugserverfactory.h \
    $$PWD/../shared/qqmldebugserver.h \
    $$PWD/../shared/qqmldebugserverconnection.h \
    $$PWD/../shared/qqmldebugpacket.h

INCLUDEPATH += $$PWD \
    $$PWD/../shared

OTHER_FILES += \
    qqmldebugserver.json