aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2013-03-21 18:03:55 +0100
committerChristian Kandeler <christian.kandeler@digia.com>2013-03-22 15:50:25 +0100
commit611da6d02c9bef293c638e85f7ac63336b8d487d (patch)
tree170ce5532d287d0a748577bd6cb7f0bd30482e83 /share
parenta4699d536c45489389dacbdaf537f6a1ecd12537 (diff)
change values of qbs.endianness
The valid values for the endianness are now "big", "little" and "mixed". Task-number: QBS-236 Change-Id: I710f2e1b7d1e5c71471d51519dff3e15aeb4b829 Reviewed-by: Jake Petroules <jake.petroules@petroules.com> Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'share')
-rw-r--r--share/qbs/modules/qbs/common.qbs7
1 files changed, 7 insertions, 0 deletions
diff --git a/share/qbs/modules/qbs/common.qbs b/share/qbs/modules/qbs/common.qbs
index 3410e4119..f7ac5f340 100644
--- a/share/qbs/modules/qbs/common.qbs
+++ b/share/qbs/modules/qbs/common.qbs
@@ -23,7 +23,14 @@ Module {
property string profile
property string toolchain
property string architecture
+
property string endianness
+ PropertyOptions {
+ name: "endianness"
+ allowedValues: ["big", "little", "mixed"]
+ description: "endianness of the target platform"
+ }
+
property bool install: false
property string installDir
property string sysroot