aboutsummaryrefslogtreecommitdiffstats
path: root/examples/examples.qbs
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2014-12-02 15:28:23 +0100
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2014-12-02 15:47:43 +0100
commitd83b1fabd06b23fae1ca66717d3603439317f1fd (patch)
treed6131592f120b1b0baeb73e64854207308ea2750 /examples/examples.qbs
parent44ab9c7d41c59afdacce1747af5d567fa87b04ec (diff)
add code generator example
Change-Id: I78c2aec4466499871bc03b7ca35a38086a1fb548 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 80b80dccb..d11b4a8a6 100644
--- a/examples/examples.qbs
+++ b/examples/examples.qbs
@@ -41,6 +41,7 @@ Project {
references: [
"app-and-lib/app_and_lib.qbs",
"cocoa-application/CocoaApplication.qbs",
+ "code-generator/code-generator.qbs",
"collidingmice/collidingmice.qbs",
"helloworld-complex/hello.qbs",
"helloworld-minimal/hello.qbs",