aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/bundle/BundleModule.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2016-04-14 11:40:34 +0200
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2016-04-14 10:29:48 +0000
commitde21bd6cb84dded97aaf3260f3f727cea7e7f678 (patch)
tree2888cfa74d770c0155b44d55eebf8a5dec0d7bbd /share/qbs/modules/bundle/BundleModule.qbs
parenta48d3e9d28274a9f3e6ce8415c3344ba01acc51a (diff)
Respect Probe conditions.
Apparently, we've never tested the conditions of Probe items, so the configure script was always run. Change-Id: I7e4bff6843de8a1f8eae35dd54282ab4de2a5cee Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'share/qbs/modules/bundle/BundleModule.qbs')
-rw-r--r--share/qbs/modules/bundle/BundleModule.qbs2
1 files changed, 0 insertions, 2 deletions
diff --git a/share/qbs/modules/bundle/BundleModule.qbs b/share/qbs/modules/bundle/BundleModule.qbs
index ab66d8d79..88fb6ecd6 100644
--- a/share/qbs/modules/bundle/BundleModule.qbs
+++ b/share/qbs/modules/bundle/BundleModule.qbs
@@ -71,8 +71,6 @@ Module {
property var xcodeSettings: ({})
configure: {
- if (!qbs.targetOS.contains("darwin")) // TODO: Remove when probe conditions are working
- return;
var specsPath = path;
var specsSeparator = "-";
if (xcodeDeveloperPath && _useXcodeBuildSpecs) {