1 TEMPLATE = subdirs
2 CONFIG += ordered
3
4 contains(QT_BUILD_PARTS, tools): {
5 SUBDIRS += ../../../tools/assistant/lib/fulltextsearch \
6 ../../../tools/assistant/lib
7 }
8
9 SUBDIRS += tst_qhelpgenerator.pro
10