summaryrefslogtreecommitdiffstats
path: root/snowshoe.pro
blob: a4e254ef1d30576165aada989cf71cc118864b6a (plain)
1
2
3
4
5
6
7
8
9
10
TEMPLATE = subdirs
CONFIG += ordered

SUBDIRS = \
    src/

contains(CONFIG, test) {
    SUBDIRS += \
        tests
}