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

PRIVATETESTS += \
    qdeclarativeenginedebug \
    qdeclarativedebugclient \
    qdeclarativedebugservice \
    qdeclarativedebugjs \
    qdeclarativeinspector \
    qdeclarativedebugtrace \
    qpacketprotocol \
    qv8profilerservice

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