forked from qt-creator/qt-creator
13 lines
168 B
Prolog
13 lines
168 B
Prolog
|
|
TEMPLATE = subdirs
|
||
|
|
|
||
|
|
@if "%BuildTests%" == "always"
|
||
|
|
SUBDIRS += src \
|
||
|
|
tests
|
||
|
|
@else
|
||
|
|
SUBDIRS += src
|
||
|
|
|
||
|
|
CONFIG(debug, debug|release) {
|
||
|
|
SUBDIRS += tests
|
||
|
|
}
|
||
|
|
@endif
|