forked from qt-creator/qt-creator
QmlJSTools: Fix qbs build
Change-Id: Ia46104897a93a9c8fe9de6b2072a537c81b968cd Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -17,6 +17,10 @@ QtcPlugin {
|
|||||||
Depends { name: "QtSupport" }
|
Depends { name: "QtSupport" }
|
||||||
|
|
||||||
files: [
|
files: [
|
||||||
|
"qmlformatsettings.cpp",
|
||||||
|
"qmlformatsettings.h",
|
||||||
|
"qmlformatsettingswidget.cpp",
|
||||||
|
"qmlformatsettingswidget.h",
|
||||||
"qmljsbundleprovider.cpp",
|
"qmljsbundleprovider.cpp",
|
||||||
"qmljsbundleprovider.h",
|
"qmljsbundleprovider.h",
|
||||||
"qmljscodestylepreferenceswidget.cpp",
|
"qmljscodestylepreferenceswidget.cpp",
|
||||||
@@ -25,6 +29,10 @@ QtcPlugin {
|
|||||||
"qmljscodestylesettings.h",
|
"qmljscodestylesettings.h",
|
||||||
"qmljscodestylesettingspage.cpp",
|
"qmljscodestylesettingspage.cpp",
|
||||||
"qmljscodestylesettingspage.h",
|
"qmljscodestylesettingspage.h",
|
||||||
|
"qmljscustomformatterwidget.cpp",
|
||||||
|
"qmljscustomformatterwidget.h",
|
||||||
|
"qmljsformatterselectionwidget.cpp",
|
||||||
|
"qmljsformatterselectionwidget.h",
|
||||||
"qmljsfunctionfilter.cpp",
|
"qmljsfunctionfilter.cpp",
|
||||||
"qmljsfunctionfilter.h",
|
"qmljsfunctionfilter.h",
|
||||||
"qmljsindenter.cpp",
|
"qmljsindenter.cpp",
|
||||||
@@ -42,7 +50,7 @@ QtcPlugin {
|
|||||||
"qmljstoolsplugin.cpp",
|
"qmljstoolsplugin.cpp",
|
||||||
"qmljstoolssettings.cpp",
|
"qmljstoolssettings.cpp",
|
||||||
"qmljstoolssettings.h",
|
"qmljstoolssettings.h",
|
||||||
"qmljstools.qrc"
|
"qmljstools.qrc",
|
||||||
]
|
]
|
||||||
|
|
||||||
QtcTestFiles {
|
QtcTestFiles {
|
||||||
|
Reference in New Issue
Block a user