aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmltooling.pro
blob: 263e76e01632bfc68cfe79ec04717a6498fe286f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE = subdirs

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

# Services
SUBDIRS += \
    qmldbg_debugger \
    qmldbg_profiler

qtHaveModule(quick): SUBDIRS += qmldbg_inspector