Skip to content
Snippets Groups Projects
Commit 6f6afc44 authored by Orgad Shaneh's avatar Orgad Shaneh Committed by Joerg Bornemann
Browse files

qbs project: Fix another duplicate dependency


Change-Id: Id50643364b174e150666f4591fa6eaf91144336b
Reviewed-by: default avatarJoerg Bornemann <joerg.bornemann@digia.com>
parent ac2e53fd
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ import "../QtcPlugin.qbs" as QtcPlugin ...@@ -5,7 +5,7 @@ import "../QtcPlugin.qbs" as QtcPlugin
QtcPlugin { QtcPlugin {
name: "Help" name: "Help"
Depends { name: "Qt"; submodules: ["core", "help", "network", "webkit"]; } Depends { name: "Qt"; submodules: ["help", "network", "webkit"]; }
Depends { Depends {
condition: Qt.core.versionMajor >= 5; condition: Qt.core.versionMajor >= 5;
name: "Qt"; submodules: ["printsupport", "webkitwidgets"]; name: "Qt"; submodules: ["printsupport", "webkitwidgets"];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment