forked from qt-creator/qt-creator
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:
@@ -30,14 +30,13 @@
|
|||||||
|
|
||||||
#include "ui_annotationcommenttab.h"
|
#include "ui_annotationcommenttab.h"
|
||||||
|
|
||||||
|
#include <timelineicons.h> //replace timeline icons with our own?
|
||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QToolBar>
|
#include <QToolBar>
|
||||||
#include <QAction>
|
#include <QAction>
|
||||||
#include <QMessageBox>
|
#include <QMessageBox>
|
||||||
|
|
||||||
|
|
||||||
#include "timelineicons.h" //replace timeline icons with our own?
|
|
||||||
|
|
||||||
namespace QmlDesigner {
|
namespace QmlDesigner {
|
||||||
|
|
||||||
AnnotationEditorDialog::AnnotationEditorDialog(QWidget *parent, const QString &targetId, const QString &customId, const Annotation &annotation)
|
AnnotationEditorDialog::AnnotationEditorDialog(QWidget *parent, const QString &targetId, const QString &customId, const Annotation &annotation)
|
||||||
|
@@ -55,7 +55,8 @@ Project {
|
|||||||
"components/navigator",
|
"components/navigator",
|
||||||
"components/pluginmanager",
|
"components/pluginmanager",
|
||||||
"components/stateseditor",
|
"components/stateseditor",
|
||||||
"components/texteditor"
|
"components/texteditor",
|
||||||
|
"components/timelineeditor",
|
||||||
])
|
])
|
||||||
|
|
||||||
Properties {
|
Properties {
|
||||||
@@ -647,7 +648,7 @@ Project {
|
|||||||
"annotationeditor/annotationeditor.h",
|
"annotationeditor/annotationeditor.h",
|
||||||
"annotationeditor/annotationeditordialog.cpp",
|
"annotationeditor/annotationeditordialog.cpp",
|
||||||
"annotationeditor/annotationeditordialog.h",
|
"annotationeditor/annotationeditordialog.h",
|
||||||
"annotationeditor/annotationeditordialog.ui
|
"annotationeditor/annotationeditordialog.ui",
|
||||||
"annotationeditor/annotationtool.cpp",
|
"annotationeditor/annotationtool.cpp",
|
||||||
"annotationeditor/annotationtool.h",
|
"annotationeditor/annotationtool.h",
|
||||||
"bindingeditor/bindingeditor.cpp",
|
"bindingeditor/bindingeditor.cpp",
|
||||||
|
Reference in New Issue
Block a user