summaryrefslogtreecommitdiffstats
path: root/examples/webenginewidgets/webenginewidgets.pro
blob: 2a24686cf28eae5886d8ac6d8071a381cea3e6b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
QT_FOR_CONFIG += webenginecore webenginecore-private network-private

TEMPLATE=subdirs

SUBDIRS += \
    contentmanipulation \
    cookiebrowser \
    notifications \
    simplebrowser \
    push-notifications \
    videoplayer

qtConfig(webengine-geolocation): SUBDIRS += maps
qtConfig(webengine-webchannel): SUBDIRS += recipebrowser

qtConfig(webengine-printing-and-pdf) {
    SUBDIRS += printme html2pdf
}

qtConfig(webengine-spellchecker):!qtConfig(webengine-native-spellchecker):!cross_compile {
    SUBDIRS += spellchecker
} else {
    message("Spellchecker example will not be built because it depends on usage of Hunspell dictionaries.")
}

qtConfig(ssl): SUBDIRS += clientcertificate