aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2013-01-16 16:07:34 +0100
committerChristian Kandeler <christian.kandeler@digia.com>2013-01-18 10:14:38 +0100
commitbab80fc5cd86b78c9c3a428b1baad5dccb58ea46 (patch)
treec10368b16a83f1257c4efd49f7ad2b9330a66c95 /share
parent7a27366db01049b091aca49674c57f672bbd5aa0 (diff)
Remove the "platform" concept.
Ever since profiles were introduced, platforms have had no real purpose anymore, so it's about time we get rid of them. ("Property sharing" can instead be implemented via base profiles.) Change-Id: I1d629c9b698c7006f733a3c1382b0474f030915e Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'share')
-rw-r--r--share/qbs/modules/qbs/common.qbs1
1 files changed, 0 insertions, 1 deletions
diff --git a/share/qbs/modules/qbs/common.qbs b/share/qbs/modules/qbs/common.qbs
index aad8d7041..6a0f7b0ed 100644
--- a/share/qbs/modules/qbs/common.qbs
+++ b/share/qbs/modules/qbs/common.qbs
@@ -6,7 +6,6 @@ Module {
property bool enableDebugCode: buildVariant == "debug"
property bool debugInformation: (buildVariant == "debug")
property string optimization: (buildVariant == "debug" ? "none" : "fast")
- property string platform
property string hostOS: getHostOS()
property string hostArchitecture: getHostDefaultArchitecture()
property string pathListSeparator: hostOS === "windows" ? ";" : ":"