Fix qbs build on macOS

"osx" -> "macos"

Change-Id: Ie25e096b2759cf8f96411560fcca337169d80b08
Reviewed-by: Jake Petroules <jake.petroules@qt.io>
This commit is contained in:
Christian Kandeler
2016-07-28 11:29:06 +02:00
committed by Christian Kandeler
parent ccf040239f
commit b1477190de
24 changed files with 45 additions and 45 deletions

View File

@@ -3,7 +3,7 @@ import QtcFunctions
QtcTool {
name: "qml2puppet"
installDir: qbs.targetOS.contains("osx")
installDir: qbs.targetOS.contains("macos")
? qtc.ide_libexec_path + "/qmldesigner" : qtc.ide_libexec_path
Depends { name: "bundle" }