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
QtcPlugin {
name: "Help"
Depends { name: "Qt"; submodules: ["core", "help", "network", "webkit"]; }
Depends { name: "Qt"; submodules: ["help", "network", "webkit"]; }
Depends {
condition: Qt.core.versionMajor >= 5;
name: "Qt"; submodules: ["printsupport", "webkitwidgets"];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment