2008-12-02 12:01:29 +01:00
|
|
|
TEMPLATE = lib
|
|
|
|
|
TARGET = Help
|
|
|
|
|
QT += network
|
2009-08-12 18:32:52 +02:00
|
|
|
|
2009-08-13 09:25:33 +02:00
|
|
|
include(../../qtcreatorplugin.pri)
|
2009-08-12 18:32:52 +02:00
|
|
|
include(help_dependencies.pri)
|
|
|
|
|
|
2008-12-02 12:01:29 +01:00
|
|
|
CONFIG += help
|
|
|
|
|
DEFINES += QT_CLUCENE_SUPPORT \
|
|
|
|
|
HELP_LIBRARY
|
|
|
|
|
HEADERS += helpplugin.h \
|
|
|
|
|
docsettingspage.h \
|
|
|
|
|
filtersettingspage.h \
|
2009-11-27 16:12:12 +01:00
|
|
|
helpconstants.h \
|
2008-12-02 12:01:29 +01:00
|
|
|
helpmode.h \
|
|
|
|
|
centralwidget.h \
|
|
|
|
|
searchwidget.h \
|
|
|
|
|
helpfindsupport.h \
|
|
|
|
|
help_global.h \
|
2009-06-25 17:16:16 +02:00
|
|
|
helpindexfilter.h \
|
2009-07-08 15:03:40 +02:00
|
|
|
generalsettingspage.h \
|
2010-02-02 14:25:22 +01:00
|
|
|
xbelsupport.h \
|
|
|
|
|
helpmanager.h
|
2008-12-04 15:03:57 +01:00
|
|
|
|
2008-12-02 12:01:29 +01:00
|
|
|
SOURCES += helpplugin.cpp \
|
|
|
|
|
docsettingspage.cpp \
|
|
|
|
|
filtersettingspage.cpp \
|
|
|
|
|
helpmode.cpp \
|
|
|
|
|
centralwidget.cpp \
|
|
|
|
|
searchwidget.cpp \
|
|
|
|
|
helpfindsupport.cpp \
|
2009-06-25 17:16:16 +02:00
|
|
|
helpindexfilter.cpp \
|
2009-07-08 15:03:40 +02:00
|
|
|
generalsettingspage.cpp \
|
2010-02-02 14:25:22 +01:00
|
|
|
xbelsupport.cpp \
|
|
|
|
|
helpmanager.cpp
|
2008-12-04 15:03:57 +01:00
|
|
|
|
2008-12-02 12:01:29 +01:00
|
|
|
FORMS += docsettingspage.ui \
|
2009-06-25 17:16:16 +02:00
|
|
|
filtersettingspage.ui \
|
|
|
|
|
generalsettingspage.ui
|
|
|
|
|
|
2008-12-02 12:01:29 +01:00
|
|
|
RESOURCES += help.qrc
|
2009-01-26 16:19:24 +01:00
|
|
|
include(../../shared/help/help.pri)
|
2008-12-02 13:38:31 +01:00
|
|
|
|
|
|
|
|
contains(QT_CONFIG, webkit) {
|
2008-12-02 12:01:29 +01:00
|
|
|
QT += webkit
|
|
|
|
|
}
|
2009-04-22 15:06:58 +02:00
|
|
|
|
|
|
|
|
OTHER_FILES += Help.pluginspec
|