0
|
1 |
# Include those manually as they do not contain any directory specification
|
|
2 |
|
|
3 |
SOURCES += ../lib/qhelpcollectionhandler.cpp \
|
|
4 |
../lib/qhelpcontentwidget.cpp \
|
|
5 |
../lib/qhelpdatainterface.cpp \
|
|
6 |
../lib/qhelpdbreader.cpp \
|
|
7 |
../lib/qhelpengine.cpp \
|
|
8 |
../lib/qhelpenginecore.cpp \
|
|
9 |
../lib/qhelpgenerator.cpp \
|
|
10 |
../lib/qhelpindexwidget.cpp \
|
|
11 |
../lib/qhelpprojectdata.cpp \
|
|
12 |
../lib/qhelpsearchengine.cpp \
|
|
13 |
../lib/qhelpsearchindexreader_clucene.cpp \
|
|
14 |
../lib/qhelpsearchindexreader_default.cpp \
|
|
15 |
../lib/qhelpsearchindexwriter_clucene.cpp \
|
|
16 |
../lib/qhelpsearchindexwriter_default.cpp \
|
|
17 |
../lib/qhelpsearchindex_default.cpp \
|
|
18 |
../lib/qhelpsearchquerywidget.cpp \
|
|
19 |
../lib/qhelpsearchresultwidget.cpp
|
|
20 |
|
|
21 |
HEADERS += ../lib/qhelpcollectionhandler_p.h \
|
|
22 |
../lib/qhelpcontentwidget.h \
|
|
23 |
../lib/qhelpdatainterface_p.h \
|
|
24 |
../lib/qhelpdbreader_p.h \
|
|
25 |
../lib/qhelpengine.h \
|
|
26 |
../lib/qhelpenginecore.h \
|
|
27 |
../lib/qhelpengine_p.h \
|
|
28 |
../lib/qhelpgenerator_p.h \
|
|
29 |
../lib/qhelpindexwidget.h \
|
|
30 |
../lib/qhelpprojectdata_p.h \
|
|
31 |
../lib/qhelpsearchengine.h \
|
|
32 |
../lib/qhelpsearchindexreader_clucene_p.h \
|
|
33 |
../lib/qhelpsearchindexreader_default_p.h \
|
|
34 |
../lib/qhelpsearchindexwriter_clucene_p.h \
|
|
35 |
../lib/qhelpsearchindexwriter_default_p.h \
|
|
36 |
../lib/qhelpsearchindex_default_p.h \
|
|
37 |
../lib/qhelpsearchquerywidget.h \
|
|
38 |
../lib/qhelpsearchresultwidget.h \
|
|
39 |
../lib/qhelp_global.h
|
|
40 |
|
|
41 |
|
|
42 |
TR_DIR = $$PWD/../../../translations
|
|
43 |
TRANSLATIONS = \
|
|
44 |
$$TR_DIR/qt_help_da.ts \
|
|
45 |
$$TR_DIR/qt_help_de.ts \
|
|
46 |
$$TR_DIR/qt_help_ja.ts \
|
|
47 |
$$TR_DIR/qt_help_pl.ts \
|
|
48 |
$$TR_DIR/qt_help_ru.ts \
|
|
49 |
$$TR_DIR/qt_help_zh_CN.ts \
|
|
50 |
$$TR_DIR/qt_help_zh_TW.ts
|