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

@@ -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",