aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/testdata/rc
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2014-12-18 08:43:57 -0800
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-01-13 11:57:30 +0100
commitbfdc2953ecc4a9800c2974d2d63e528c2bdc9b96 (patch)
tree011ecf65433d9b7718412861319854ad4ac68fc0 /tests/auto/api/testdata/rc
parentd350741c4c8522a5f19603654051e073128f2923 (diff)
Refactor bundle (CFBundle) support across all of Qbs.
This is the foundation for better bundle support, including static frameworks, loadable modules ("bundles" i.e. plugins), and custom bundle types. This also simplifies the difference between bundle and non-bundle product types from a Qbs user's perspective, and allows more fine-grained control over the construction of and use of bundles. This patch also implicitly adds support for static frameworks. Task-number: QBS-643 Task-number: QBS-642 Change-Id: I65d8d7040603a6ea0ff2c11360234eba6802ad35 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'tests/auto/api/testdata/rc')
-rw-r--r--tests/auto/api/testdata/rc/rc.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/api/testdata/rc/rc.qbs b/tests/auto/api/testdata/rc/rc.qbs
index 75502cf88..418ac2744 100644
--- a/tests/auto/api/testdata/rc/rc.qbs
+++ b/tests/auto/api/testdata/rc/rc.qbs
@@ -2,6 +2,7 @@ import qbs 1.0
Application {
type: "application"
+ consoleApplication: true
name: "rc"
Depends { name: 'cpp' }