QmlDesigner: Fix qbs build

Change-Id: I037fe18974e1fcf10c0899c051ebbc1d9142afc4
Reviewed-by: Aleksei German <aleksei.german@qt.io>
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Christian Kandeler
2020-02-17 17:47:58 +01:00
parent 67df868f5c
commit a854e0daa8
2 changed files with 5 additions and 5 deletions

View File

@@ -30,14 +30,13 @@
#include "ui_annotationcommenttab.h"
#include <timelineicons.h> //replace timeline icons with our own?
#include <QObject>
#include <QToolBar>
#include <QAction>
#include <QMessageBox>
#include "timelineicons.h" //replace timeline icons with our own?
namespace QmlDesigner {
AnnotationEditorDialog::AnnotationEditorDialog(QWidget *parent, const QString &targetId, const QString &customId, const Annotation &annotation)

View File

@@ -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",