diff --git a/src/plugins/qmldesigner/CMakeLists.txt b/src/plugins/qmldesigner/CMakeLists.txt index 064f9b99f4a..ecad2d73d81 100644 --- a/src/plugins/qmldesigner/CMakeLists.txt +++ b/src/plugins/qmldesigner/CMakeLists.txt @@ -405,6 +405,7 @@ extend_qtc_plugin(QmlDesigner extend_qtc_plugin(QmlDesigner SOURCES_PREFIX components/propertyeditor + PUBLIC_INCLUDES components/propertyeditor SOURCES aligndistribute.cpp aligndistribute.h assetimageprovider.cpp assetimageprovider.h diff --git a/src/plugins/qmldesigner/components/propertyeditor/propertyeditorview.h b/src/plugins/qmldesigner/components/propertyeditor/propertyeditorview.h index 7ee189ce23d..9ff37428f42 100644 --- a/src/plugins/qmldesigner/components/propertyeditor/propertyeditorview.h +++ b/src/plugins/qmldesigner/components/propertyeditor/propertyeditorview.h @@ -4,6 +4,7 @@ #pragma once #include "abstractview.h" +#include "qmldesigner_global.h" #include #include @@ -28,7 +29,7 @@ class PropertyEditorView; class PropertyEditorWidget; class QmlObjectNode; -class PropertyEditorView : public AbstractView +class QMLDESIGNER_EXPORT PropertyEditorView : public AbstractView { Q_OBJECT