summaryrefslogtreecommitdiffstats
path: root/src/webenginequick/webenginequick.pro
blob: fe27ee089a12e6014f091b3ea6317f071d45d3ed (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(webenginequick-testsupport) {
    testsupport_plugin.file = testsupport/testsupport.pro
    testsupport_plugin.depends = qml_module
    SUBDIRS += testsupport_plugin
}

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