author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Tue, 06 Jul 2010 15:10:48 +0300 | |
changeset 30 | 5dc02b23752f |
parent 18 | 2f34d5167611 |
permissions | -rw-r--r-- |
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 = \ |
|
18
2f34d5167611
Revision: 201011
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
3
diff
changeset
|
44 |
$$TR_DIR/qt_help_cs.ts \ |
0 | 45 |
$$TR_DIR/qt_help_da.ts \ |
46 |
$$TR_DIR/qt_help_de.ts \ |
|
30
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
18
diff
changeset
|
47 |
$$TR_DIR/qt_help_hu.ts \ |
0 | 48 |
$$TR_DIR/qt_help_ja.ts \ |
49 |
$$TR_DIR/qt_help_pl.ts \ |
|
50 |
$$TR_DIR/qt_help_ru.ts \ |
|
51 |
$$TR_DIR/qt_help_zh_CN.ts \ |
|
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
52 |
$$TR_DIR/qt_help_zh_TW.ts \ |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
53 |
$$TR_DIR/qt_help_fr.ts |