Skip to content
Snippets Groups Projects
Commit 75d2fc88 authored by Joerg Bornemann's avatar Joerg Bornemann Committed by Christian Kandeler
Browse files

fix qbs build


Change-Id: I971f19c9b521e97b04b2a06019fd47a105e6260a
Reviewed-by: default avatarChristian Kandeler <christian.kandeler@digia.com>
parent 6fd252b0
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,6 @@ QtcLibrary {
"qmldebugclient.cpp",
"qmldebugclient.h",
"qmldebugconstants.h",
"qmlenginedebugclient.cpp",
"qmlenginedebugclient.h",
"qmloutputparser.cpp",
"qmloutputparser.h",
......
......@@ -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"
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment