1TEMPLATE = subdirs
2SUBDIRS =
3contains(QT_BUILD_PARTS, tests) {
4    SUBDIRS += \
5        code
6}
7
8