aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmltooling.pro
blob: 9345e46cf77d0a004eac6f2a4be6994f2f5817dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TEMPLATE = subdirs

# Connectors
SUBDIRS += \
    qmldbg_native \
    qmldbg_server \
        qmldbg_local \
        qmldbg_tcp

# Services
SUBDIRS += \
    packetprotocol \
    qmldbg_debugger \
    qmldbg_profiler

qmldbg_server.depends = packetprotocol

qtHaveModule(quick): SUBDIRS += \
    qmldbg_inspector \
    qmldbg_quickprofiler