fix qbs build

Change-Id: I971f19c9b521e97b04b2a06019fd47a105e6260a
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
Joerg Bornemann
2012-10-05 13:54:18 +02:00
committed by Christian Kandeler
parent 6fd252b0a5
commit 75d2fc887b
2 changed files with 2 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ import "../../../qbs/defaults.js" as Defaults
QtcPlugin {
name: "QmlJSTools"
Depends { name: "Qt.widgets" }
Depends { name: "Qt"; submodules: ["script", "widgets"] }
Depends { name: "Core" }
Depends { name: "LanguageUtils" }
Depends { name: "CppTools" }
@@ -57,7 +57,7 @@ QtcPlugin {
"qmlconsolemanager.h",
"qmlconsoleitem.cpp",
"qmlconsoleitem.h",
"qmlcomsoleitemmodel.cpp",
"qmlconsoleitemmodel.cpp",
"qmlconsoleitemmodel.h",
"qmlconsolepane.cpp",
"qmlconsolepane.h",
@@ -69,7 +69,6 @@ QtcPlugin {
"qmlconsoleedit.h",
"qmljsinterpreter.cpp",
"qmljsinterpreter.h",
"qmljsconsoleproxymodel.cpp",
"qmljsconsoleproxymodel.h",
"qmljstools.qrc"
]