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:
@@ -3,7 +3,7 @@ import qbs 1.0
|
||||
QtcPlugin {
|
||||
name: "QmlJSEditor"
|
||||
|
||||
Depends { name: "Qt"; submodules: ["widgets", "script"] }
|
||||
Depends { name: "Qt"; submodules: ["widgets"] }
|
||||
Depends { name: "LanguageUtils" }
|
||||
Depends { name: "Utils" }
|
||||
Depends { name: "QmlEditorWidgets" }
|
||||
|
||||
Reference in New Issue
Block a user