summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
blob: 9b71e11834c5dfe9fb4cf28294df077a0c1ac0f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = subdirs

qtHaveModule(webengine) {
    SUBDIRS += quick
}

qtHaveModule(webenginewidgets) {
    SUBDIRS += core widgets
}

qtHaveModule(pdf) {
    SUBDIRS += pdf
}