summaryrefslogtreecommitdiffstats
path: root/src/core/config/mac_osx.pri
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2017-02-07 16:47:20 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-02-15 09:45:07 +0000
commit5f8e4afbba49c49d6e81b02d74505effc7b949ec (patch)
tree02011a640e0237bd5162cf362424cb27e1c7a834 /src/core/config/mac_osx.pri
parenta87cf9d74ff1103ae378968d6e94672585fd370b (diff)
Fix release builds for debug and release builds
Small typo makes debug builds make release. Fix core lib and covert tool compilation for debug builds. Updates chromium: b0bb0288 Fix debug builds compilation Change-Id: Id478ab5e2a2a1b3d5716002f76f252451f69f5ac Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/core/config/mac_osx.pri')
-rw-r--r--src/core/config/mac_osx.pri3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/config/mac_osx.pri b/src/core/config/mac_osx.pri
index e52051b0c..be31eb643 100644
--- a/src/core/config/mac_osx.pri
+++ b/src/core/config/mac_osx.pri
@@ -29,7 +29,8 @@ use?(gn) {
clang_base_path=\"$${QMAKE_CLANG_DIR}\" \
clang_use_chrome_plugins=false \
mac_deployment_target=\"$${QMAKE_MACOSX_DEPLOYMENT_TARGET}\" \
- mac_sdk_min=\"$${QMAKE_MAC_SDK_VERSION}\"
+ mac_sdk_min=\"$${QMAKE_MAC_SDK_VERSION}\" \
+ toolkit_views=false
use?(spellchecker) {
use?(native_spellchecker): gn_args += use_browser_spellchecker=true