aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/cpp/ios-gcc.qbs
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2013-04-11 19:14:19 -0400
committerJoerg Bornemann <joerg.bornemann@digia.com>2013-06-04 16:59:08 +0200
commita412969dc1a8aa4cc272377d6fb3debd419573cd (patch)
tree31a4b9795a772cbcfccc553fad7d02fc8ac5e04a /share/qbs/modules/cpp/ios-gcc.qbs
parent0d06d71884c69cbaf3bb85027eccb556d81e5849 (diff)
Add XIB compiler.
XIB files are now compiled into NIBs and placed in the bundle. A manual test has been added for testing this functionality. Note that the project was generated using one of the Xcode templates; this test will therefore be useful for ensuring that QBS can generate an identical application bundle to Xcode in general. Task-number: QBS-202 Change-Id: Ie098327a65c5340dd554cb7d6f49415efd1def27 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'share/qbs/modules/cpp/ios-gcc.qbs')
-rw-r--r--share/qbs/modules/cpp/ios-gcc.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qbs/modules/cpp/ios-gcc.qbs b/share/qbs/modules/cpp/ios-gcc.qbs
index 5a29e0080..5a32586d9 100644
--- a/share/qbs/modules/cpp/ios-gcc.qbs
+++ b/share/qbs/modules/cpp/ios-gcc.qbs
@@ -75,7 +75,7 @@ DarwinGCC {
Rule {
multiplex: true
- inputs: ["application", "infoplist", "pkginfo", "resourcerules"]
+ inputs: ["application", "infoplist", "pkginfo", "resourcerules", "nib"]
Artifact {
fileName: product.destinationDirectory + "/" + product.targetName + ".ipa"