aboutsummaryrefslogtreecommitdiffstats
path: root/qtc-super.qbs
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2017-02-07 10:45:45 +0100
committerEike Ziller <eike.ziller@qt.io>2017-02-14 12:39:13 +0000
commit750bb2981cf3cec5c6ccdf0b37a4ea3bc306457c (patch)
tree62c4ebca9f1c5eda7ab0c3db50836f854ee1df7a /qtc-super.qbs
parentfd92d920d64e2dfd699635533d179e0c9b609a6d (diff)
Initial setup with Qt Creator submodule
So far without any helper scripts for setting up submodules for work, but let's get started. Change-Id: I3ea949e21d8e6e52b6c30052351ce23f9028ab1e Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'qtc-super.qbs')
-rw-r--r--qtc-super.qbs13
1 files changed, 13 insertions, 0 deletions
diff --git a/qtc-super.qbs b/qtc-super.qbs
new file mode 100644
index 0000000..59c3eba
--- /dev/null
+++ b/qtc-super.qbs
@@ -0,0 +1,13 @@
+import qbs
+import qbs.File
+import qbs.FileInfo
+
+Project {
+ name: "Qt Creator Super Project"
+
+ qbsSearchPaths: ["qtcreator/qbs"]
+
+ SubProject {
+ filePath: "qtcreator/qtcreator.qbs"
+ }
+}