summaryrefslogtreecommitdiffstats
path: root/src/assistant/help/help.pro
blob: cd7781ddef7a2e3357246bd9920d0181ac8da860 (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
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 \
    qhelpenginecore.cpp \
    qhelpengine.cpp \
    qhelpfilterdata.cpp \
    qhelpfilterengine.cpp \
    qhelpdbreader.cpp \
    qhelpcontentwidget.cpp \
    qhelpindexwidget.cpp \
    qhelpcollectionhandler.cpp \
    qhelpsearchengine.cpp \
    qhelpsearchquerywidget.cpp \
    qhelpsearchresultwidget.cpp \
    qhelpsearchindexwriter_default.cpp \
    qhelpsearchindexreader_default.cpp \
    qhelpsearchindexreader.cpp \
    qhelp_global.cpp

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

load(qt_module)