summaryrefslogtreecommitdiffstats
path: root/src/webengine/webengine.pro
blob: 23668229e3f107b5cce4801712d1f1e20de99e83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TEMPLATE = subdirs

qml_module.file = module.pro
qml_plugin.file = plugin/plugin.pro

qml_plugin.depends = qml_module

SUBDIRS += qml_module qml_plugin

qtConfig(webengine-testsupport) {
    testsupport_plugin.file = testsupport/testsupport.pro
    testsupport_plugin.depends = qml_module
    SUBDIRS += testsupport_plugin
}

qtConfig(webengine-ui-delegates) {
    SUBDIRS += ui \
               ui2
}