aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger/debugger.pro
blob: 4f9ebbc35085580af0e0721f9ceacd528de9e34c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = subdirs

PRIVATETESTS += \
    qqmlenginedebug \
    qqmldebugclient \
    qqmldebugservice \
    qqmldebugjs \
    qqmlinspector \
    qqmlprofilerservice \
    qpacketprotocol \
    qv8profilerservice \
    qdebugmessageservice

contains(QT_CONFIG, private_tests) {
    SUBDIRS += $$PRIVATETESTS
}