aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/qml-debugging/project.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata/qml-debugging/project.qbs')
-rw-r--r--tests/auto/blackbox/testdata/qml-debugging/project.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/blackbox/testdata/qml-debugging/project.qbs b/tests/auto/blackbox/testdata/qml-debugging/project.qbs
index 690bf40f9..317dd940d 100644
--- a/tests/auto/blackbox/testdata/qml-debugging/project.qbs
+++ b/tests/auto/blackbox/testdata/qml-debugging/project.qbs
@@ -1,6 +1,6 @@
import qbs
-CppApplication {
+QtApplication {
name: "debuggable-app"
type: "application"
Depends { name: "Qt.quick" }