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

SUBDIRS = \
    src

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