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

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

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

OTHER_FILES += \
    $$PWD/qdebugmessageservice.json

PLUGIN_TYPE = qmltooling
PLUGIN_CLASS_NAME = QDebugMessageServiceFactory
load(qt_plugin)