Files
qt-creator/shared/autotest/tmp.pro
Christian Stenger 2f4139e5d3 Initial commit
2014-12-04 13:52:14 +01:00

13 lines
168 B
Prolog

TEMPLATE = subdirs
@if "%BuildTests%" == "always"
SUBDIRS += src \
tests
@else
SUBDIRS += src
CONFIG(debug, debug|release) {
SUBDIRS += tests
}
@endif