forked from qt-creator/qt-creator
qbs build: remove unnecessary script dependency
Change-Id: I0e5764ffc9a6146932c43d96a31138451260c161 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user