-
Michal Klocek authored
Change-Id: I35a5c815c9f2b3ebacb5991ba6645641b17db2db Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@qt.io>
33e20b47
widgets.pro 617 B
TEMPLATE = subdirs
SUBDIRS += \
qwebengineaccessibility \
qwebenginedefaultsurfaceformat \
qwebenginefaviconmanager \
qwebenginepage \
qwebenginehistory \
qwebenginehistoryinterface \
qwebengineinspector \
qwebengineprofile \
qwebenginescript \
qwebenginesettings \
qwebengineview
!contains(WEBENGINE_CONFIG, use_spellchecker):!cross_compile {
!contains(WEBENGINE_CONFIG, use_native_spellchecker) {
SUBDIRS += qwebenginespellcheck
} else {
message("Spellcheck test will not be built because it depends on usage of Hunspell dictionaries.")
}
}