diff options
author | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2009-08-13 09:25:33 +0200 |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2009-08-13 09:25:33 +0200 |
commit | db96f274fcaff8b6eaaf7d10fed362d96f8c3fce (patch) | |
tree | c2eeeb143aa797b7d72b6c2416032a15555db10b /src/plugins/help/help.pro | |
parent | 7b007aaf1f1f43ac8c2af1ddf582618256b0e836 (diff) | |
download | qt-creator-db96f274fcaff8b6eaaf7d10fed362d96f8c3fce.tar.gz |
Compile on Windows: Correct dependency specification.
Diffstat (limited to 'src/plugins/help/help.pro')
-rw-r--r-- | src/plugins/help/help.pro | 1 |
1 files changed, 1 insertions, 0 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 |