summaryrefslogtreecommitdiffstats
path: root/tools/qmake
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 /tools/qmake
parenta888346c3d999f81f15444343bf0018470d9a65d (diff)
Add spellchecker feature to new config system
Change-Id: I35a5c815c9f2b3ebacb5991ba6645641b17db2db Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'tools/qmake')
-rw-r--r--tools/qmake/mkspecs/features/configure.prf1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qmake/mkspecs/features/configure.prf b/tools/qmake/mkspecs/features/configure.prf
index 105e3bc3c..e2bb44f20 100644
--- a/tools/qmake/mkspecs/features/configure.prf
+++ b/tools/qmake/mkspecs/features/configure.prf
@@ -79,6 +79,7 @@ defineTest(runConfigure) {
include($$QTWEBENGINE_OUT_ROOT/qtwebengine-config.pri)
QT_FOR_CONFIG += webengine-private
qtConfig(proprietary-codecs): WEBENGINE_CONFIG += use_proprietary_codecs
+ qtConfig(spellchecker): WEBENGINE_CONFIG += use_spellchecker
}
isEmpty(skipBuildReason): {