Skip to content
Snippets Groups Projects
Commit 796cb760 authored by Kai Koehne's avatar Kai Koehne
Browse files

HelpPlugin: Compile fix for msvc2010

Make sure that help/helpmanager.h is before coreplugin/helpmanager.h
in the INCLUDEPATH.
parent 6c476b6f
No related merge requests found
...@@ -2,6 +2,8 @@ TEMPLATE = lib ...@@ -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 \ ...@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment