summaryrefslogtreecommitdiff
path: root/examples/examples.qbs
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2015-05-01 19:52:58 -0700
committerJake Petroules <jake.petroules@petroules.com>2015-05-04 09:17:38 +0000
commit805c6b95db2e6d1f754797a14fce6d5254b3e2f2 (patch)
tree59cb4142cb5cb7e0fe85b8b2d31b3ad1d10c343c /examples/examples.qbs
parenta4f4a305ae49914b7a6a8d83b8ae79e1c98723f1 (diff)
downloadqbs-805c6b95db2e6d1f754797a14fce6d5254b3e2f2.tar.gz
Add an example demonstrating how to properly install bundle products.
Change-Id: Iee310389b2c64f5c2b1df1ad59f3260a2fa294f6 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
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 ff4534895..dd583aa99 100644
--- a/examples/examples.qbs
+++ b/examples/examples.qbs
@@ -46,5 +46,6 @@ Project {
"helloworld-complex/hello.qbs",
"helloworld-minimal/hello.qbs",
"helloworld-qt/hello.qbs",
+ "install-bundle/install-bundle.qbs",
]
}