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" }
|
||||
|
||||
files: [
|
||||
"qmlformatsettings.cpp",
|
||||
"qmlformatsettings.h",
|
||||
"qmlformatsettingswidget.cpp",
|
||||
"qmlformatsettingswidget.h",
|
||||
"qmljsbundleprovider.cpp",
|
||||
"qmljsbundleprovider.h",
|
||||
"qmljscodestylepreferenceswidget.cpp",
|
||||
@@ -25,6 +29,10 @@ QtcPlugin {
|
||||
"qmljscodestylesettings.h",
|
||||
"qmljscodestylesettingspage.cpp",
|
||||
"qmljscodestylesettingspage.h",
|
||||
"qmljscustomformatterwidget.cpp",
|
||||
"qmljscustomformatterwidget.h",
|
||||
"qmljsformatterselectionwidget.cpp",
|
||||
"qmljsformatterselectionwidget.h",
|
||||
"qmljsfunctionfilter.cpp",
|
||||
"qmljsfunctionfilter.h",
|
||||
"qmljsindenter.cpp",
|
||||
@@ -42,7 +50,7 @@ QtcPlugin {
|
||||
"qmljstoolsplugin.cpp",
|
||||
"qmljstoolssettings.cpp",
|
||||
"qmljstoolssettings.h",
|
||||
"qmljstools.qrc"
|
||||
"qmljstools.qrc",
|
||||
]
|
||||
|
||||
QtcTestFiles {
|
||||
|
Reference in New Issue
Block a user