summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/plugins/qdeclarativeview/qdeclarativeview.pro2
-rw-r--r--src/plugins/qdeclarativeview/qdeclarativeview_plugin.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/qdeclarativeview/qdeclarativeview.pro b/src/plugins/qdeclarativeview/qdeclarativeview.pro
index 8c3559c3..2c8fb918 100644
--- a/src/plugins/qdeclarativeview/qdeclarativeview.pro
+++ b/src/plugins/qdeclarativeview/qdeclarativeview.pro
@@ -1,5 +1,5 @@
TARGET = qdeclarativeview
-QT += declarative widgets designer
+QT += declarative widgets uiplugin
PLUGIN_TYPE = designer
PLUGIN_CLASS_NAME = QDeclarativeViewPlugin
diff --git a/src/plugins/qdeclarativeview/qdeclarativeview_plugin.h b/src/plugins/qdeclarativeview/qdeclarativeview_plugin.h
index 5af85879..82e2b36b 100644
--- a/src/plugins/qdeclarativeview/qdeclarativeview_plugin.h
+++ b/src/plugins/qdeclarativeview/qdeclarativeview_plugin.h
@@ -34,7 +34,7 @@
#ifndef QDECLARATIVEVIEW_PLUGIN_H
#define QDECLARATIVEVIEW_PLUGIN_H
-#include <QtDesigner/QDesignerCustomWidgetInterface>
+#include <QtUiPlugin/QDesignerCustomWidgetInterface>
QT_BEGIN_NAMESPACE