Files
qt-creator/shared/autotest/tmp.pro

13 lines
168 B
Prolog
Raw Normal View History

2014-10-07 12:30:54 +02:00
TEMPLATE = subdirs
@if "%BuildTests%" == "always"
SUBDIRS += src \
tests
@else
SUBDIRS += src
CONFIG(debug, debug|release) {
SUBDIRS += tests
}
@endif