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

SOURCES += \
    $$PWD/qdebugmessageservice.cpp \
    $$PWD/qdebugmessageservicefactory.cpp

HEADERS += \
    $$PWD/../shared/qqmldebugpacket.h \
    $$PWD/qdebugmessageservice.h \
    $$PWD/qdebugmessageservicefactory.h

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

OTHER_FILES += \
    $$PWD/qdebugmessageservice.json

PLUGIN_TYPE = qmltooling
PLUGIN_CLASS_NAME = QDebugMessageServiceFactory
load(qt_plugin)