blob: deb42a8cd420bcaf5974b336739a51e6003a6911 [file] [log] [blame]
include($$QTWEBENGINE_OUT_ROOT/src/core/qtwebenginecore-config.pri) # workaround for QTBUG-68093
QT_FOR_CONFIG += webenginecore webenginecore-private
TEMPLATE=subdirs
SUBDIRS += \
minimal \
contentmanipulation \
cookiebrowser \
notifications \
simplebrowser \
stylesheetbrowser \
videoplayer \
webui
qtConfig(webengine-geolocation): SUBDIRS += maps
qtConfig(webengine-webchannel): SUBDIRS += markdowneditor
qtConfig(webengine-printing-and-pdf) {
SUBDIRS += printme html2pdf
}
qtConfig(webengine-spellchecker):!qtConfig(webengine-native-spellchecker):!cross_compile {
SUBDIRS += spellchecker
} else {
message("Spellcheck example will not be built because it depends on usage of Hunspell dictionaries.")
}