aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/qbs
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2012-04-03 16:53:12 +0200
committerJoerg Bornemann <joerg.bornemann@nokia.com>2012-04-03 17:09:42 +0200
commit55757bd7e289bb8149b70c62065096990e6bcfef (patch)
tree1ad0490745b4c7d5ab5924ae4eb4b6304cf19011 /share/qbs/modules/qbs
parent385f669fc87ddf1e3c55ba0e2aaf03e5c04477fe (diff)
qbs.targetName renamed to qbs.buildProfileName
This is used by Qt Creator's qbsprojectmanager. Change-Id: I23ce91418d89f468d58d7f14128521b8a16e9dcc Reviewed-by: Marco Bubke <marco.bubke@nokia.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 6ea5078ff..39746dee9 100644
--- a/share/qbs/modules/qbs/common.qbs
+++ b/share/qbs/modules/qbs/common.qbs
@@ -9,7 +9,7 @@ Module {
property string hostOS: getHostOS()
property string hostArchitecture: getHostDefaultArchitecture()
property string targetOS
- property string targetName
+ property string buildProfileName
property string toolchain
property string architecture
property string endianness