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",
|
"qmljstools_global.h", "qmljstoolstr.h",
|
||||||
"qmljstoolsconstants.h",
|
"qmljstoolsconstants.h",
|
||||||
"qmljstoolsplugin.cpp",
|
"qmljstoolsplugin.cpp",
|
||||||
"qmljstoolsplugin.h",
|
|
||||||
"qmljstoolssettings.cpp",
|
"qmljstoolssettings.cpp",
|
||||||
"qmljstoolssettings.h",
|
"qmljstoolssettings.h",
|
||||||
"qmljstools.qrc"
|
"qmljstools.qrc"
|
||||||
]
|
]
|
||||||
|
|
||||||
QtcTestFiles {
|
QtcTestFiles {
|
||||||
files: ["qmljstools_test.cpp"]
|
files: [
|
||||||
|
"qmljstools_test.cpp",
|
||||||
|
"qmljstools_test.h",
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
Export {
|
Export {
|
||||||
|
|||||||
Reference in New Issue
Block a user