Debugger: Add autotest skeleton for inspector service
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / debugger / debugger.pro
1 TEMPLATE = subdirs
2
3 PRIVATETESTS += \
4     qdeclarativeenginedebug \
5     qdeclarativedebugclient \
6     qdeclarativedebugservice \
7     qdeclarativedebugjs \
8     qdeclarativeinspector \
9     qpacketprotocol
10
11 contains(QT_CONFIG, private_tests) {
12     SUBDIRS += $$PRIVATETESTS
13 }