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

SUBDIRS += \
    cmake \
    oauth1 \
    oauth1signature \
    oauthhttpserverreplyhandler

qtConfig(private_tests) {
    SUBDIRS += abstractoauth
}