aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/qbs
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2012-10-12 09:44:07 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2012-10-12 12:23:07 +0200
commitcd9e2a41d52daf223bb97c13b3fad4e4ac687693 (patch)
tree6a2886599c8feab9add2318274a38796357688aa /share/qbs/modules/qbs
parent4ef2ef4c7093dcf034e362f1d837d0b056ebbee6 (diff)
remove the "combine profiles on command line" feature
It turned out to be no that useful. Rather provide comfortable profile specification facilities. Also, the internal config variable that holds the profile name is now used for what has been the extra variable "buildProfileName". This saves us from handling profile as a special property on the command line. Change-Id: I00dea301a962796685ac2eb5bc918f73413572cb Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'share/qbs/modules/qbs')
-rw-r--r--share/qbs/modules/qbs/common.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qbs/modules/qbs/common.qbs b/share/qbs/modules/qbs/common.qbs
index 6a9f26f40..9120a1fe2 100644
--- a/share/qbs/modules/qbs/common.qbs
+++ b/share/qbs/modules/qbs/common.qbs
@@ -21,7 +21,7 @@ Module {
else
throw "Unknown targetOS: \"" + targetOS + "\""
}
- property string buildProfileName
+ property string profile
property string toolchain
property string architecture
property string endianness