summaryrefslogtreecommitdiff
path: root/src/plugins/help
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2009-08-13 09:25:33 +0200
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2009-08-13 09:25:33 +0200
commitdb96f274fcaff8b6eaaf7d10fed362d96f8c3fce (patch)
treec2eeeb143aa797b7d72b6c2416032a15555db10b /src/plugins/help
parent7b007aaf1f1f43ac8c2af1ddf582618256b0e836 (diff)
downloadqt-creator-db96f274fcaff8b6eaaf7d10fed362d96f8c3fce.tar.gz
Compile on Windows: Correct dependency specification.
Diffstat (limited to 'src/plugins/help')
-rw-r--r--src/plugins/help/help.pro1
-rw-r--r--src/plugins/help/help_dependencies.pri1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/help/help.pro b/src/plugins/help/help.pro
index d3b5f6580b..5375420fb3 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 dc153de575..2b46febe3b 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)