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

PLUGIN_TYPE = qmltooling
PLUGIN_CLASS_NAME = QQmlDebugServerFactory
load(qt_plugin)

SOURCES += \
    $$PWD/qqmldebugserver.cpp \
    $$PWD/../shared/qpacketprotocol.cpp

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

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

OTHER_FILES += \
    qqmldebugserver.json