qbs build: remove unnecessary script dependency

Change-Id: I0e5764ffc9a6146932c43d96a31138451260c161
Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
Tim Jenssen
2016-05-13 12:11:43 +02:00
parent df8e3b5925
commit 7e08363052
7 changed files with 6 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ QtcPlugin {
property bool useInternalQbsProducts: project.qbsSubModuleExists && !project.useExternalQbs
Depends { name: "Qt"; submodules: [ "widgets", "script" ] }
Depends { name: "Qt"; submodules: [ "widgets" ] }
Depends {
name: "qbscore"
condition: product.useInternalQbsProducts