From 796cb760443d2eb8e52307eaf7dd101a87b4c95d Mon Sep 17 00:00:00 2001 From: Kai Koehne <kai.koehne@nokia.com> Date: Thu, 11 Nov 2010 13:07:57 +0100 Subject: [PATCH] HelpPlugin: Compile fix for msvc2010 Make sure that help/helpmanager.h is before coreplugin/helpmanager.h in the INCLUDEPATH. --- src/plugins/help/help.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/help/help.pro b/src/plugins/help/help.pro index 87dc73ba046..a52de6ff3b5 100644 --- a/src/plugins/help/help.pro +++ b/src/plugins/help/help.pro @@ -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) -- GitLab