summaryrefslogtreecommitdiffstats
path: root/src/assistant/help/help.pro
blob: 800c4a38d65895dc9d017fd97bbce8cdc02b5b02 (plain)
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
54
55
56
57
58
59
60
61
62
63
64
65
TARGET = QtHelp

QT = core-private gui widgets sql
QT_PRIVATE = network

DEFINES += QHELP_LIB

QMAKE_DOCS = $$PWD/doc/qthelp.qdocconf

DEFINES -= QT_ASCII_CAST_WARNINGS

RESOURCES += helpsystem.qrc
SOURCES += \
    qcompressedhelpinfo.cpp \
    qfilternamedialog.cpp \
    qhelpenginecore.cpp \
    qhelpengine.cpp \
    qhelpfilterdata.cpp \
    qhelpfilterengine.cpp \
    qhelpfiltersettings.cpp \
    qhelpfiltersettingswidget.cpp \
    qhelpdbreader.cpp \
    qhelpcontentwidget.cpp \
    qhelpindexwidget.cpp \
    qhelplink.cpp \
    qhelpcollectionhandler.cpp \
    qhelpsearchengine.cpp \
    qhelpsearchquerywidget.cpp \
    qhelpsearchresultwidget.cpp \
    qhelpsearchindexwriter_default.cpp \
    qhelpsearchindexreader_default.cpp \
    qhelpsearchindexreader.cpp \
    qhelp_global.cpp \
    qoptionswidget.cpp

HEADERS += \
    qcompressedhelpinfo.h \
    qfilternamedialog_p.h \
    qhelpenginecore.h \
    qhelpengine.h \
    qhelpengine_p.h \
    qhelpfilterdata.h \
    qhelpfilterengine.h \
    qhelpfiltersettings_p.h \
    qhelpfiltersettingswidget.h \
    qhelp_global.h \
    qhelpdbreader_p.h \
    qhelpcontentwidget.h \
    qhelpindexwidget.h \
    qhelplink.h \
    qhelpcollectionhandler_p.h \
    qhelpsearchengine.h \
    qhelpsearchquerywidget.h \
    qhelpsearchresultwidget.h \
    qhelpsearchindexwriter_default_p.h \
    qhelpsearchindexreader_default_p.h \
    qhelpsearchindexreader_p.h \
    qoptionswidget_p.h

FORMS += \
    qhelpfiltersettingswidget.ui \
    qfilternamedialog.ui


load(qt_module)