summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLi Xinwei <1326710505@qq.com>2021-07-22 21:52:36 +0800
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-07-22 18:07:09 +0000
commita605a493b28af9f936503c4d63b423646e0c9515 (patch)
tree6437608a832f83502e9dd732cdce48ccaf2b6725 /src
parent14d49e66797d3470cacebeef237002f8e37cd029 (diff)
CMake: Don't give plugins PUBLIC usage requirements part 2
Amends a84998acccf87069cdd0e2351fd245552021f3c6 Task-number: QTBUG-90819 Change-Id: Iff19630ae09c6c8be6e62ea2e1e47fdf839fbe7e Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 89fc8bc21e1968b0feceb57d4644471e50c2a591) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src')
-rw-r--r--src/designer/src/plugins/activeqt/CMakeLists.txt2
-rw-r--r--src/designer/src/plugins/qwebview/CMakeLists.txt2
-rw-r--r--src/designer/src/plugins/tools/view3d/CMakeLists.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/designer/src/plugins/activeqt/CMakeLists.txt b/src/designer/src/plugins/activeqt/CMakeLists.txt
index 0ac285f18..bc8e67de8 100644
--- a/src/designer/src/plugins/activeqt/CMakeLists.txt
+++ b/src/designer/src/plugins/activeqt/CMakeLists.txt
@@ -13,7 +13,7 @@ qt_internal_add_plugin(QAxWidgetPlugin
qaxwidgetpropertysheet.cpp qaxwidgetpropertysheet.h
qaxwidgettaskmenu.cpp qaxwidgettaskmenu.h
qdesigneraxwidget.cpp qdesigneraxwidget.h
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::AxContainer
Qt::Core
Qt::Designer
diff --git a/src/designer/src/plugins/qwebview/CMakeLists.txt b/src/designer/src/plugins/qwebview/CMakeLists.txt
index 98a603f4c..95ebe77dd 100644
--- a/src/designer/src/plugins/qwebview/CMakeLists.txt
+++ b/src/designer/src/plugins/qwebview/CMakeLists.txt
@@ -9,7 +9,7 @@ qt_internal_add_plugin(QWebViewPlugin
TYPE designer
SOURCES
qwebview_plugin.cpp qwebview_plugin.h
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::Core
Qt::Designer
Qt::Gui
diff --git a/src/designer/src/plugins/tools/view3d/CMakeLists.txt b/src/designer/src/plugins/tools/view3d/CMakeLists.txt
index d7d43a5ac..b25a8cebd 100644
--- a/src/designer/src/plugins/tools/view3d/CMakeLists.txt
+++ b/src/designer/src/plugins/tools/view3d/CMakeLists.txt
@@ -12,7 +12,7 @@ qt_internal_add_plugin(QView3DPlugin
view3d_global.h
view3d_plugin.cpp view3d_plugin.h
view3d_tool.cpp view3d_tool.h
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::Core
Qt::Designer
Qt::Gui