aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/helloworld-qt/hello.qbs3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/helloworld-qt/hello.qbs b/examples/helloworld-qt/hello.qbs
index 0e7fd97f1..aed20fabb 100644
--- a/examples/helloworld-qt/hello.qbs
+++ b/examples/helloworld-qt/hello.qbs
@@ -37,8 +37,7 @@
import qbs
-CppApplication {
+QtApplication {
name: "HelloWorld-Qt"
- Depends { name: "Qt.core" }
files: "main.cpp"
}