summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2021-07-15 14:01:02 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2021-07-15 15:01:38 +0200
commit8002b5e64bc4747e3bc37386670dcce27e070dd4 (patch)
tree881910382d3744ffd165d51263874c5f5159df60 /src
parent924e829252fcda771e16cc58d8ea234093128bed (diff)
downloadqtimageformats-8002b5e64bc4747e3bc37386670dcce27e070dd4.tar.gz
CMake: Don't give plugins PUBLIC usage requirements part 2
Plugins shouldn't have public usage requirements. Amends dc8debe54474f00d374231ce3d619a8209a2f643 Pick-to: 6.2 Task-number: QTBUG-90819 Change-Id: Ieb10cb885f11ba1e18d0957a93db07bd87dd8aaf Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/plugins/imageformats/jp2/CMakeLists.txt2
-rw-r--r--src/plugins/imageformats/macheif/CMakeLists.txt2
-rw-r--r--src/plugins/imageformats/macjp2/CMakeLists.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/imageformats/jp2/CMakeLists.txt b/src/plugins/imageformats/jp2/CMakeLists.txt
index 5b594e1..a9c2f7e 100644
--- a/src/plugins/imageformats/jp2/CMakeLists.txt
+++ b/src/plugins/imageformats/jp2/CMakeLists.txt
@@ -12,7 +12,7 @@ qt_internal_add_plugin(QJp2Plugin
qjp2handler.cpp qjp2handler_p.h
LIBRARIES
WrapJasper::WrapJasper
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::Core
Qt::Gui
)
diff --git a/src/plugins/imageformats/macheif/CMakeLists.txt b/src/plugins/imageformats/macheif/CMakeLists.txt
index cff3bd3..ca4fc28 100644
--- a/src/plugins/imageformats/macheif/CMakeLists.txt
+++ b/src/plugins/imageformats/macheif/CMakeLists.txt
@@ -19,7 +19,7 @@ qt_internal_add_plugin(QMacHeifPlugin
qmacheifhandler.cpp qmacheifhandler.h
INCLUDE_DIRECTORIES
../shared
- PUBLIC_LIBRARIES
+ LIBRARIES
${FWCoreFoundation}
${FWCoreGraphics}
${FWImageIO}
diff --git a/src/plugins/imageformats/macjp2/CMakeLists.txt b/src/plugins/imageformats/macjp2/CMakeLists.txt
index f7f73a5..cc89a4f 100644
--- a/src/plugins/imageformats/macjp2/CMakeLists.txt
+++ b/src/plugins/imageformats/macjp2/CMakeLists.txt
@@ -13,7 +13,7 @@ qt_internal_add_plugin(QMacJp2Plugin
qmacjp2handler.cpp qmacjp2handler.h
INCLUDE_DIRECTORIES
../shared
- PUBLIC_LIBRARIES
+ LIBRARIES
${FWCoreFoundation}
${FWCoreGraphics}
${FWImageIO}