QmlDesigner: Export PropertyEditorView

Task-number: QDS-14898
Change-Id: Idc7cf78213c6784650f9efa838f7fcec4d1c24c0
Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Andrzej Biniek
2025-03-26 07:35:21 +01:00
committed by spyro-adb
parent 84d227e059
commit 6e215cc1de
2 changed files with 3 additions and 1 deletions

View File

@@ -405,6 +405,7 @@ extend_qtc_plugin(QmlDesigner
extend_qtc_plugin(QmlDesigner extend_qtc_plugin(QmlDesigner
SOURCES_PREFIX components/propertyeditor SOURCES_PREFIX components/propertyeditor
PUBLIC_INCLUDES components/propertyeditor
SOURCES SOURCES
aligndistribute.cpp aligndistribute.h aligndistribute.cpp aligndistribute.h
assetimageprovider.cpp assetimageprovider.h assetimageprovider.cpp assetimageprovider.h

View File

@@ -4,6 +4,7 @@
#pragma once #pragma once
#include "abstractview.h" #include "abstractview.h"
#include "qmldesigner_global.h"
#include <QHash> #include <QHash>
#include <QObject> #include <QObject>
@@ -28,7 +29,7 @@ class PropertyEditorView;
class PropertyEditorWidget; class PropertyEditorWidget;
class QmlObjectNode; class QmlObjectNode;
class PropertyEditorView : public AbstractView class QMLDESIGNER_EXPORT PropertyEditorView : public AbstractView
{ {
Q_OBJECT Q_OBJECT