From db96f274fcaff8b6eaaf7d10fed362d96f8c3fce Mon Sep 17 00:00:00 2001 From: Friedemann Kleint <Friedemann.Kleint@nokia.com> Date: Thu, 13 Aug 2009 09:25:33 +0200 Subject: [PATCH] Compile on Windows: Correct dependency specification. --- src/plugins/help/help.pro | 1 + src/plugins/help/help_dependencies.pri | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/help/help.pro b/src/plugins/help/help.pro index d3b5f6580b7..5375420fb31 100644 --- a/src/plugins/help/help.pro +++ b/src/plugins/help/help.pro @@ -2,6 +2,7 @@ TEMPLATE = lib TARGET = Help QT += network +include(../../qtcreatorplugin.pri) include(help_dependencies.pri) CONFIG += help diff --git a/src/plugins/help/help_dependencies.pri b/src/plugins/help/help_dependencies.pri index dc153de575d..2b46febe3b5 100644 --- a/src/plugins/help/help_dependencies.pri +++ b/src/plugins/help/help_dependencies.pri @@ -1,4 +1,3 @@ -include(../../qtcreatorplugin.pri) include(../../plugins/coreplugin/coreplugin.pri) include(../../plugins/find/find.pri) include(../../plugins/quickopen/quickopen.pri) -- GitLab