forked from qt-creator/qt-creator
HelpPlugin: Compile fix for msvc2010
Make sure that help/helpmanager.h is before coreplugin/helpmanager.h in the INCLUDEPATH.
This commit is contained in:
@@ -2,6 +2,8 @@ TEMPLATE = lib
|
|||||||
TARGET = Help
|
TARGET = Help
|
||||||
QT += network
|
QT += network
|
||||||
|
|
||||||
|
INCLUDEPATH += $$PWD
|
||||||
|
|
||||||
include(../../qtcreatorplugin.pri)
|
include(../../qtcreatorplugin.pri)
|
||||||
include(help_dependencies.pri)
|
include(help_dependencies.pri)
|
||||||
|
|
||||||
@@ -58,8 +60,6 @@ FORMS += docsettingspage.ui \
|
|||||||
generalsettingspage.ui \
|
generalsettingspage.ui \
|
||||||
remotehelpfilter.ui
|
remotehelpfilter.ui
|
||||||
|
|
||||||
INCLUDEPATH += $$PWD
|
|
||||||
|
|
||||||
RESOURCES += help.qrc
|
RESOURCES += help.qrc
|
||||||
include(../../shared/help/help.pri)
|
include(../../shared/help/help.pri)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user