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

SUBDIRS = quick

qtHaveModule(webenginewidgets) {
    SUBDIRS += widgets
# core tests depend on widgets for now
    SUBDIRS += core
}