blob: 23668229e3f107b5cce4801712d1f1e20de99e83 [file] [log] [blame]
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
}