aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_messages/CMakeLists.txt
blob: 79328398a7286f0ceb25a9c9a4bc613dce4ef7b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

# Generated from qmldbg_messages.pro.

#####################################################################
## QDebugMessageServiceFactory Plugin:
#####################################################################

qt_internal_add_plugin(QDebugMessageServiceFactoryPlugin
    OUTPUT_NAME qmldbg_messages
    CLASS_NAME QDebugMessageServiceFactory
    PLUGIN_TYPE qmltooling
    SOURCES
        qdebugmessageservice.cpp qdebugmessageservice.h
        qdebugmessageservicefactory.cpp qdebugmessageservicefactory.h
    LIBRARIES
        Qt::Core
        Qt::PacketProtocolPrivate
        Qt::QmlPrivate
)

#### Keys ignored in scope 1:.:.:qmldbg_messages.pro:<TRUE>:
# OTHER_FILES = "$$PWD/qdebugmessageservice.json"