aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/qmldesignerplugin.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2020-02-17 17:47:58 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2020-02-17 18:53:01 +0000
commita854e0daa84af04b319939114fa0b3e56df0685f (patch)
tree77853e7d32f781befe203bd5e0cb9744d49ffae8 /src/plugins/qmldesigner/qmldesignerplugin.qbs
parent67df868f5c8ffad5f0558e7d6b49f7c7725e9552 (diff)
QmlDesigner: Fix qbs build
Change-Id: I037fe18974e1fcf10c0899c051ebbc1d9142afc4 Reviewed-by: Aleksei German <aleksei.german@qt.io> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Diffstat (limited to 'src/plugins/qmldesigner/qmldesignerplugin.qbs')
-rw-r--r--src/plugins/qmldesigner/qmldesignerplugin.qbs5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/qmldesigner/qmldesignerplugin.qbs b/src/plugins/qmldesigner/qmldesignerplugin.qbs
index b6939808f2..64644895ff 100644
--- a/src/plugins/qmldesigner/qmldesignerplugin.qbs
+++ b/src/plugins/qmldesigner/qmldesignerplugin.qbs
@@ -55,7 +55,8 @@ Project {
"components/navigator",
"components/pluginmanager",
"components/stateseditor",
- "components/texteditor"
+ "components/texteditor",
+ "components/timelineeditor",
])
Properties {
@@ -647,7 +648,7 @@ Project {
"annotationeditor/annotationeditor.h",
"annotationeditor/annotationeditordialog.cpp",
"annotationeditor/annotationeditordialog.h",
- "annotationeditor/annotationeditordialog.ui
+ "annotationeditor/annotationeditordialog.ui",
"annotationeditor/annotationtool.cpp",
"annotationeditor/annotationtool.h",
"bindingeditor/bindingeditor.cpp",