summaryrefslogtreecommitdiff
path: root/examples/helloworld-qt/hello.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/helloworld-qt/hello.qbs')
-rw-r--r--examples/helloworld-qt/hello.qbs7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/helloworld-qt/hello.qbs b/examples/helloworld-qt/hello.qbs
new file mode 100644
index 000000000..de37369f3
--- /dev/null
+++ b/examples/helloworld-qt/hello.qbs
@@ -0,0 +1,7 @@
+import qbs
+
+CppApplication {
+ name: "HelloWorld-Qt"
+ Depends { name: "Qt.core" }
+ files: "main.cpp"
+}