1TEMPLATE = subdirs 2CONFIG += ordered 3SUBDIRS = include examples # benchmarks 4OTHER_FILES += ../../changelog.txt 5 6 7include (tests.pri) 8 9 10 11 12 13 14 15 16 17 18