aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/cpp/ios-gcc.qbs
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2017-03-14 12:08:39 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2017-03-16 07:14:30 +0000
commitf7993a1a8f7318a737d7d41b18b644b889c3b0df (patch)
treefbf46430982e75948c9af092dc10fba04eb9b888 /share/qbs/modules/cpp/ios-gcc.qbs
parent767bcd5ff4e4641ebb81b09fa6c4a74fdc839e49 (diff)
Remove some usage of product.moduleProperty
Keep moduleProperty calls for cpp.{flags|platformFlags|usePrecompiledHeader}, because ModUtils.moduleProperty maps those to their language-specific properties (e.g. cxxflags). Change-Id: Id2280a42b26318b3a320d9df22801626336c72e6 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: Jake Petroules <jake.petroules@qt.io>
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 817eee4fa..8518ca76a 100644
--- a/share/qbs/modules/cpp/ios-gcc.qbs
+++ b/share/qbs/modules/cpp/ios-gcc.qbs
@@ -61,7 +61,7 @@ DarwinGCC {
}
Rule {
- condition: !product.moduleProperty("qbs", "targetOS").contains("ios-simulator")
+ condition: !product.qbs.targetOS.contains("ios-simulator")
inputsFromDependencies: ["bundle.content"]
Artifact {