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:
@@ -4,7 +4,7 @@ QtcPlugin {
|
||||
name: "HelloWorld"
|
||||
|
||||
Depends { name: "Core" }
|
||||
Depends { name: "Qt"; submodules: ["widgets", "xml", "network", "script"] }
|
||||
Depends { name: "Qt"; submodules: ["widgets", "xml", "network"] }
|
||||
|
||||
files: [
|
||||
"helloworldplugin.cpp",
|
||||
|
||||
Reference in New Issue
Block a user