summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
blob: 59bcd5aefc9762b5cb374fe7aea2f6184a66bb4d (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE = subdirs

qtHaveModule(webengine) {
    SUBDIRS += quick
}

qtHaveModule(webenginewidgets) {
    SUBDIRS += core widgets
}