aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/help/help.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@nokia.com>2012-05-22 11:15:20 +0200
committerChristian Kandeler <christian.kandeler@nokia.com>2012-05-22 12:47:36 +0200
commit1558640ed6ab40110f3bcf3a5900941ed0697c99 (patch)
tree4cda82a44ece6193710f5872af99fc938577f264 /src/plugins/help/help.qbs
parentfcebb2487f904a19ea5c218190e1f74a2c1ab9bb (diff)
Fix qbs build for help plugin.
Change-Id: Ie71eda809f98b76d32a92b86e6351996451ff4b5 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
Diffstat (limited to 'src/plugins/help/help.qbs')
-rw-r--r--src/plugins/help/help.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/help/help.qbs b/src/plugins/help/help.qbs
index 6d1df282479..214c6608f30 100644
--- a/src/plugins/help/help.qbs
+++ b/src/plugins/help/help.qbs
@@ -7,7 +7,7 @@ QtcPlugin {
condition: qtcore.versionMajor === 4
Depends { id: qtcore; name: "qt.core" }
- Depends { name: "qt"; submodules: ['widgets', 'help', 'webkit'] }
+ Depends { name: "qt"; submodules: ['widgets', 'help', 'webkit', 'network'] }
Depends { name: "Core" }
Depends { name: "Find" }
Depends { name: "Locator" }