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

SUBDIRS += \
    cmake \
    oauth1 \
    oauth2 \
    oauth1signature \
    oauthhttpserverreplyhandler

qtConfig(private_tests) {
    SUBDIRS += abstractoauth
}