Files
qt-creator/src/plugins/help/help.pro

47 lines
927 B
Prolog
Raw Normal View History

2008-12-02 12:01:29 +01:00
TEMPLATE = lib
TARGET = Help
QT += network
2009-08-12 18:32:52 +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 \
helpconstants.h \
2008-12-02 12:01:29 +01:00
helpmode.h \
centralwidget.h \
searchwidget.h \
helpfindsupport.h \
help_global.h \
helpindexfilter.h \
generalsettingspage.h \
xbelsupport.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 \
helpindexfilter.cpp \
generalsettingspage.cpp \
xbelsupport.cpp
2008-12-04 15:03:57 +01:00
2008-12-02 12:01:29 +01:00
FORMS += docsettingspage.ui \
filtersettingspage.ui \
generalsettingspage.ui
2008-12-02 12:01:29 +01:00
RESOURCES += help.qrc
include(../../shared/help/help.pri)
contains(QT_CONFIG, webkit) {
2008-12-02 12:01:29 +01:00
QT += webkit
}
OTHER_FILES += Help.pluginspec