aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata-qt/qml-debugging/qml-debugging.qbs
blob: 8176a7c3e46105166955bb52b4f4a9a0d87be7ce (plain)
1
2
3
4
5
6
7
QtApplication {
    name: "debuggable-app"
    consoleApplication: true
    Depends { name: "Qt.quick" }
    Qt.quick.qmlDebugging: true
    files: "main.cpp"
}