aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_profiler/CMakeLists.txt
blob: 20b0e9803d702b8a90bb201616ebd0c9cc61f02b (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
25
26
27
28
29
30
# Generated from qmldbg_profiler.pro.

#####################################################################
## qmldbg_profiler Plugin:
#####################################################################

add_qt_plugin(qmldbg_profiler
    TYPE qmltooling
    CLASS_NAME QQmlProfilerServiceFactory
    SOURCES
        qqmlenginecontrolservice.cpp qqmlenginecontrolservice.h
        qqmlprofileradapter.cpp qqmlprofileradapter.h
        qqmlprofilerservice.cpp qqmlprofilerservice.h
        qqmlprofilerservicefactory.cpp qqmlprofilerservicefactory.h
        qv4profileradapter.cpp qv4profileradapter.h
    LIBRARIES
        Qt::CorePrivate
        Qt::PacketProtocolPrivate
        Qt::QmlPrivate
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::PacketProtocol
        Qt::Qml
)

#### Keys ignored in scope 1:.:.:qmldbg_profiler.pro:<TRUE>:
# OTHER_FILES = "$$PWD/qqmlprofilerservice.json"
# PLUGIN_CLASS_NAME = "QQmlProfilerServiceFactory"
# PLUGIN_TYPE = "qmltooling"
# _LOADED = "qt_plugin"