HelpPlugin: Compile fix for msvc2010

Make sure that help/helpmanager.h is before coreplugin/helpmanager.h
in the INCLUDEPATH.
This commit is contained in:
Kai Koehne
2010-11-11 13:07:57 +01:00
parent 6c476b6f34
commit 796cb76044

View File

@@ -2,6 +2,8 @@ TEMPLATE = lib
TARGET = Help
QT += network
INCLUDEPATH += $$PWD
include(../../qtcreatorplugin.pri)
include(help_dependencies.pri)
@@ -58,8 +60,6 @@ FORMS += docsettingspage.ui \
generalsettingspage.ui \
remotehelpfilter.ui
INCLUDEPATH += $$PWD
RESOURCES += help.qrc
include(../../shared/help/help.pri)