summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2019-05-24 09:49:24 +0200
committerEike Ziller <eike.ziller@qt.io>2019-05-24 13:04:15 +0000
commit52d48c75ae6e00561fe128e5ba954817d73ca4d4 (patch)
tree082d94e802bb585dc58a7c089d13a118e1d29c52 /src/plugins/coreplugin
parentc4071d09adf41d4931944e8dc122ab4c6613c779 (diff)
downloadqt-creator-52d48c75ae6e00561fe128e5ba954817d73ca4d4.tar.gz
CMake build/macOS: Centrally detect system libraries
And realize that at most places (except native help viewer) the code using them is not optional on macOS. Change-Id: I308406a0e8f176dad4151d23a33cd3fc0fb8635c Reviewed-by: Cristian Adam <cristian.adam@qt.io> Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'src/plugins/coreplugin')
-rw-r--r--src/plugins/coreplugin/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/coreplugin/CMakeLists.txt b/src/plugins/coreplugin/CMakeLists.txt
index 06eb1213fd..d591f8b8e5 100644
--- a/src/plugins/coreplugin/CMakeLists.txt
+++ b/src/plugins/coreplugin/CMakeLists.txt
@@ -164,9 +164,8 @@ extend_qtc_plugin(Core
SOURCES progressmanager/progressmanager_win.cpp
)
-find_library(FWAppKit AppKit)
extend_qtc_plugin(Core
- CONDITION APPLE AND FWAppKit
+ CONDITION APPLE
DEPENDS ${FWAppKit}
SOURCES
progressmanager/progressmanager_mac.mm