forked from qt-creator/qt-creator
Fix qbs build on macOS
"osx" -> "macos" Change-Id: Ie25e096b2759cf8f96411560fcca337169d80b08 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
This commit is contained in:
committed by
Christian Kandeler
parent
ccf040239f
commit
b1477190de
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user