aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/testdata/transformers
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/transformers
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/transformers')
-rw-r--r--tests/auto/api/testdata/transformers/transformers.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/api/testdata/transformers/transformers.qbs b/tests/auto/api/testdata/transformers/transformers.qbs
index a0b1d70b0..b0884ffa6 100644
--- a/tests/auto/api/testdata/transformers/transformers.qbs
+++ b/tests/auto/api/testdata/transformers/transformers.qbs
@@ -8,6 +8,7 @@ Project {
Product {
name: "HelloWorld"
type: "application"
+ consoleApplication: true
files: ["main.cpp"]
Depends { name: "cpp" }