QmlJSTools: Fix qbs build

Change-Id: I3875afb3034cc8eb4dfe79f73a0b84edeb714c70
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Christian Kandeler
2024-01-16 11:20:40 +01:00
parent 46b2d58310
commit 590a54828c

View File

@@ -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 {