aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/help/help.pro
blob: 6fd810634b5b353eb2ebe1041e4b663e604beef6 (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
TEMPLATE = lib
TARGET = Help
include(../../qworkbenchplugin.pri)
include(../../plugins/coreplugin/coreplugin.pri)
include(../../plugins/find/find.pri)
include(../../plugins/quickopen/quickopen.pri)
QT += network
CONFIG += help
DEFINES += QT_CLUCENE_SUPPORT \
    HELP_LIBRARY
HEADERS += helpplugin.h \
    docsettingspage.h \
    filtersettingspage.h \
    helpmode.h \
    centralwidget.h \
    searchwidget.h \
    helpfindsupport.h \
    help_global.h \
    helpindexfilter.h

SOURCES += helpplugin.cpp \
    docsettingspage.cpp \
    filtersettingspage.cpp \
    helpmode.cpp \
    centralwidget.cpp \
    searchwidget.cpp \
    helpfindsupport.cpp \
    helpindexfilter.cpp

FORMS += docsettingspage.ui \
    filtersettingspage.ui
RESOURCES += help.qrc
include(../../shared/help/help.pri)

contains(QT_CONFIG, webkit) {
    QT += webkit
}