aboutsummaryrefslogtreecommitdiffstats
path: root/shared/qtcreator/templates/wizards/autotest/tmp.pro
blob: 1569bd45cb7bacc68706537424ec3463c605a907 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE = subdirs

@if "%BuildTests%" == "always"
SUBDIRS += src \
           tests
@else
SUBDIRS += src

CONFIG(debug, debug|release) {
    SUBDIRS += tests
}
@endif