summaryrefslogtreecommitdiffstats
path: root/src/core/config/windows.pri
blob: 9543daf908f08fe11a26c58f569100e52fbdae2c (plain)
1
2
3
4
5
6
7
8
include(common.pri)

qtConfig(build-qtwebengine-core):qtConfig(webengine-spellchecker) {
    qtConfig(webengine-native-spellchecker): gn_args += use_browser_spellchecker=true
    else: gn_args += use_browser_spellchecker=false
} else {
    gn_args += use_browser_spellchecker=false
}