summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
blob: f15007e8375f9a9d93c17cdba7c9875993718dd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TEMPLATE=subdirs

qtHaveModule(webengine) {
    SUBDIRS += \
        webengine/minimal \
        webengine/quicknanobrowser
}

qtHaveModule(webenginewidgets) {
    SUBDIRS += \
        webenginewidgets/minimal \
        webenginewidgets/contentmanipulation \
        webenginewidgets/cookiebrowser \
        webenginewidgets/demobrowser \
        webenginewidgets/markdowneditor \
        webenginewidgets/simplebrowser

    !contains(WEBENGINE_CONFIG, no_spellcheck):!osx:!cross_compile {
        SUBDIRS += webenginewidgets/spellchecker
    }

}