mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-31 17:42:55 +08:00
9 lines
179 B
Prolog
9 lines
179 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS += \
|
|
auto
|
|
|
|
unix:!NO_UNIT_TESTS: SUBDIRS += gtest
|
|
|
|
# benchmarks in debug mode is rarely sensible
|
|
contains(QT_CONFIG, release): SUBDIRS += benchmarks
|