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

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

qml_plugin.depends = qml_module

SUBDIRS += qml_module qml_plugin

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

qtConfig(webenginequick-ui-delegates) {
    SUBDIRS += ui
}