aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/help/help.pro
blob: 5375420fb313dc42c257d592aa09b51d2a66eb62 (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
TEMPLATE = lib
TARGET = Help
QT += network

include(../../qtcreatorplugin.pri)
include(help_dependencies.pri)

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 \
    generalsettingspage.h \
    xbelsupport.h

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

FORMS += docsettingspage.ui \
    filtersettingspage.ui \
    generalsettingspage.ui

RESOURCES += help.qrc
include(../../shared/help/help.pri)

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

OTHER_FILES += Help.pluginspec