aboutsummaryrefslogtreecommitdiffstats
path: root/examples/examples.qbs
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-08-15 16:49:20 -0700
committerJake Petroules <jake.petroules@qt.io>2017-08-16 18:20:59 +0000
commit906d4085b43194633dbbcbd047916490dca1e23f (patch)
tree99bc85b5a84f9f4d026a92a0b4c1880a2e21d4c1 /examples/examples.qbs
parent89983bbd11aed13d2365daf41392a450afdd7b57 (diff)
Make sure all files in the repository are shown in the Qbs project tree
This is helpful when working with IDEs because it enables Find functions to work better, and avoids context switching to other editors. Change-Id: I419ab440bd2b43eaf712b2cc498cc6c2d6d9e21b Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'examples/examples.qbs')
-rw-r--r--examples/examples.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/examples.qbs b/examples/examples.qbs
index 28dddcd2c..0e4e5052c 100644
--- a/examples/examples.qbs
+++ b/examples/examples.qbs
@@ -57,6 +57,7 @@ Project {
"cocoa-touch-application/CocoaTouchApplication.qbs",
"code-generator/code-generator.qbs",
"collidingmice/collidingmice.qbs",
+ "compiled-qml/myapp.qbs",
"helloworld-complex/hello.qbs",
"helloworld-minimal/hello.qbs",
"helloworld-qt/hello.qbs",