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