aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/qmldesignerplugin.qbs
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@qt.io>2020-06-08 11:29:44 +0200
committerTim Jenssen <tim.jenssen@qt.io>2020-06-08 09:37:42 +0000
commit9a9110d3d722180c5832c7e9ac6026e8830df279 (patch)
tree88be1bfbdf8565c39f953c15d5c289a5f71d785a /src/plugins/qmldesigner/qmldesignerplugin.qbs
parent96453e54b6ac773aa90fe28b8907097db76f631c (diff)
fix qbs build
Change-Id: Ia266f1ce748b2ac70d71477374551da00cb8706a Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Diffstat (limited to 'src/plugins/qmldesigner/qmldesignerplugin.qbs')
-rw-r--r--src/plugins/qmldesigner/qmldesignerplugin.qbs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/qmldesigner/qmldesignerplugin.qbs b/src/plugins/qmldesigner/qmldesignerplugin.qbs
index 2e695b90e1..c3db90d2e0 100644
--- a/src/plugins/qmldesigner/qmldesignerplugin.qbs
+++ b/src/plugins/qmldesigner/qmldesignerplugin.qbs
@@ -167,6 +167,10 @@ Project {
"commands/statepreviewimagechangedcommand.h",
"commands/synchronizecommand.cpp",
"commands/synchronizecommand.h",
+ "commands/changepreviewimagesizecommand.cpp",
+ "commands/changepreviewimagesizecommand.h",
+ "commands/changelanguagecommand.cpp",
+ "commands/changelanguagecommand.h",
"commands/tokencommand.cpp",
"commands/tokencommand.h",
"commands/valueschangedcommand.cpp",