summaryrefslogtreecommitdiffstats
path: root/src/core/gyp_run.pro
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2016-10-21 14:02:25 +0200
committerMichal Klocek <michal.klocek@qt.io>2016-11-14 14:25:35 +0000
commit33e20b479f112979ddb29ccc164af530e3be4f3c (patch)
treef035b54da8344b66fbe27f22d3f0b5860fa3c7b6 /src/core/gyp_run.pro
parenta888346c3d999f81f15444343bf0018470d9a65d (diff)
Add spellchecker feature to new config system
Change-Id: I35a5c815c9f2b3ebacb5991ba6645641b17db2db Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/core/gyp_run.pro')
-rw-r--r--src/core/gyp_run.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/gyp_run.pro b/src/core/gyp_run.pro
index 233737751..1850447e7 100644
--- a/src/core/gyp_run.pro
+++ b/src/core/gyp_run.pro
@@ -120,7 +120,7 @@ contains(WEBENGINE_CONFIG, use_appstore_compliant_code): GYP_CONFIG += appstore_
# but the latter are necessary for useful debug binaries.
contains(WEBENGINE_CONFIG, reduce_binary_size): GYP_CONFIG += release_optimize=s debug_optimize=s release_unwind_tables=0
-contains(WEBENGINE_CONFIG, no_spellcheck): {
+!contains(WEBENGINE_CONFIG, use_spellchecker): {
GYP_CONFIG += enable_spellcheck=0
macos: GYP_CONFIG += use_browser_spellchecker=0
} else {