forked from qt-creator/qt-creator
QmlJSTools: Fix qbs build
Change-Id: I3875afb3034cc8eb4dfe79f73a0b84edeb714c70 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -48,14 +48,16 @@ QtcPlugin {
|
||||
"qmljstools_global.h", "qmljstoolstr.h",
|
||||
"qmljstoolsconstants.h",
|
||||
"qmljstoolsplugin.cpp",
|
||||
"qmljstoolsplugin.h",
|
||||
"qmljstoolssettings.cpp",
|
||||
"qmljstoolssettings.h",
|
||||
"qmljstools.qrc"
|
||||
]
|
||||
|
||||
QtcTestFiles {
|
||||
files: ["qmljstools_test.cpp"]
|
||||
files: [
|
||||
"qmljstools_test.cpp",
|
||||
"qmljstools_test.h",
|
||||
]
|
||||
}
|
||||
|
||||
Export {
|
||||
|
||||
Reference in New Issue
Block a user