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
@@ -11,7 +11,7 @@ QtcPlugin {
|
||||
Depends { name: "QmlDebug" }
|
||||
Depends { name: "Qt"; submodules: ["widgets", "xml", "network"] }
|
||||
|
||||
cpp.frameworks: base.concat(qbs.targetOS.contains("osx") ? ["CoreFoundation", "IOKit"] : [])
|
||||
cpp.frameworks: base.concat(qbs.targetOS.contains("macos") ? ["CoreFoundation", "IOKit"] : [])
|
||||
|
||||
files: [
|
||||
"ios.qrc",
|
||||
|
||||
Reference in New Issue
Block a user