File: qt_help.pro

package info (click to toggle)
qt4-x11 4%3A4.8.7%2Bdfsg-18%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 749,804 kB
  • sloc: cpp: 2,694,362; ansic: 384,353; javascript: 44,233; python: 25,859; sh: 19,554; xml: 17,092; perl: 14,767; yacc: 5,383; asm: 5,038; makefile: 1,258; lex: 555; ruby: 526; objc: 347; pascal: 112; cs: 112; php: 54; sed: 34
file content (53 lines) | stat: -rw-r--r-- 2,029 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Include those manually as they do not contain any directory specification

SOURCES += ../lib/qhelpcollectionhandler.cpp \
           ../lib/qhelpcontentwidget.cpp \
           ../lib/qhelpdatainterface.cpp \
           ../lib/qhelpdbreader.cpp \
           ../lib/qhelpengine.cpp \
           ../lib/qhelpenginecore.cpp \
           ../lib/qhelpgenerator.cpp \
           ../lib/qhelpindexwidget.cpp \
           ../lib/qhelpprojectdata.cpp \
           ../lib/qhelpsearchengine.cpp \
           ../lib/qhelpsearchindexreader_clucene.cpp \
           ../lib/qhelpsearchindexreader_default.cpp \
           ../lib/qhelpsearchindexwriter_clucene.cpp \
           ../lib/qhelpsearchindexwriter_default.cpp \
           ../lib/qhelpsearchindex_default.cpp \
           ../lib/qhelpsearchquerywidget.cpp \
           ../lib/qhelpsearchresultwidget.cpp

HEADERS += ../lib/qhelpcollectionhandler_p.h \
           ../lib/qhelpcontentwidget.h \
           ../lib/qhelpdatainterface_p.h \
           ../lib/qhelpdbreader_p.h \
           ../lib/qhelpengine.h \
           ../lib/qhelpenginecore.h \
           ../lib/qhelpengine_p.h \
           ../lib/qhelpgenerator_p.h \
           ../lib/qhelpindexwidget.h \
           ../lib/qhelpprojectdata_p.h \
           ../lib/qhelpsearchengine.h \
           ../lib/qhelpsearchindexreader_clucene_p.h \
           ../lib/qhelpsearchindexreader_default_p.h \
           ../lib/qhelpsearchindexwriter_clucene_p.h \
           ../lib/qhelpsearchindexwriter_default_p.h \
           ../lib/qhelpsearchindex_default_p.h \
           ../lib/qhelpsearchquerywidget.h \
           ../lib/qhelpsearchresultwidget.h \
           ../lib/qhelp_global.h


TR_DIR = $$PWD/../../../translations
TRANSLATIONS = \
    $$TR_DIR/qt_help_cs.ts \
    $$TR_DIR/qt_help_da.ts \
    $$TR_DIR/qt_help_de.ts \
    $$TR_DIR/qt_help_hu.ts \
    $$TR_DIR/qt_help_ja.ts \
    $$TR_DIR/qt_help_pl.ts \
    $$TR_DIR/qt_help_ru.ts \
    $$TR_DIR/qt_help_zh_CN.ts \
    $$TR_DIR/qt_help_zh_TW.ts \
    $$TR_DIR/qt_help_fr.ts