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

PRIVATETESTS += \
    qdeclarativeenginedebug \
    qdeclarativedebugclient \
    qdeclarativedebugservice \
#    qdeclarativedebugjs \
    qpacketprotocol

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