diff --git a/src/plugins/help/help.pro b/src/plugins/help/help.pro index 87dc73ba046ba0fd827424ce870fed81554bb3f1..a52de6ff3b58967f581822bcd95a08fd4beeec88 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)