forked from qt-creator/qt-creator
Fix qbs build for help plugin.
Change-Id: Ie71eda809f98b76d32a92b86e6351996451ff4b5 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
This commit is contained in:
@@ -7,7 +7,7 @@ QtcPlugin {
|
|||||||
|
|
||||||
condition: qtcore.versionMajor === 4
|
condition: qtcore.versionMajor === 4
|
||||||
Depends { id: qtcore; name: "qt.core" }
|
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: "Core" }
|
||||||
Depends { name: "Find" }
|
Depends { name: "Find" }
|
||||||
Depends { name: "Locator" }
|
Depends { name: "Locator" }
|
||||||
|
|||||||
Reference in New Issue
Block a user