summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/plugins/imageformats/icns/CMakeLists.txt2
-rw-r--r--src/plugins/imageformats/mng/CMakeLists.txt1
-rw-r--r--src/plugins/imageformats/tga/CMakeLists.txt2
-rw-r--r--src/plugins/imageformats/tiff/CMakeLists.txt2
-rw-r--r--src/plugins/imageformats/wbmp/CMakeLists.txt2
-rw-r--r--src/plugins/imageformats/webp/CMakeLists.txt4
6 files changed, 6 insertions, 7 deletions
diff --git a/src/plugins/imageformats/icns/CMakeLists.txt b/src/plugins/imageformats/icns/CMakeLists.txt
index 8f6f306..59f84a9 100644
--- a/src/plugins/imageformats/icns/CMakeLists.txt
+++ b/src/plugins/imageformats/icns/CMakeLists.txt
@@ -13,7 +13,7 @@ qt_internal_add_plugin(QICNSPlugin
DEFINES
QT_NO_CAST_FROM_ASCII
QT_NO_CAST_TO_ASCII
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::Core
Qt::Gui
)
diff --git a/src/plugins/imageformats/mng/CMakeLists.txt b/src/plugins/imageformats/mng/CMakeLists.txt
index dfb044d..57f0707 100644
--- a/src/plugins/imageformats/mng/CMakeLists.txt
+++ b/src/plugins/imageformats/mng/CMakeLists.txt
@@ -12,7 +12,6 @@ qt_internal_add_plugin(QMngPlugin
qmnghandler.cpp qmnghandler_p.h
LIBRARIES
Libmng::Libmng
- PUBLIC_LIBRARIES
Qt::Core
Qt::Gui
)
diff --git a/src/plugins/imageformats/tga/CMakeLists.txt b/src/plugins/imageformats/tga/CMakeLists.txt
index 7a4d4e5..867e194 100644
--- a/src/plugins/imageformats/tga/CMakeLists.txt
+++ b/src/plugins/imageformats/tga/CMakeLists.txt
@@ -11,7 +11,7 @@ qt_internal_add_plugin(QTgaPlugin
main.cpp
qtgafile.cpp qtgafile.h
qtgahandler.cpp qtgahandler.h
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::Core
Qt::Gui
)
diff --git a/src/plugins/imageformats/tiff/CMakeLists.txt b/src/plugins/imageformats/tiff/CMakeLists.txt
index 0b87d4a..246b985 100644
--- a/src/plugins/imageformats/tiff/CMakeLists.txt
+++ b/src/plugins/imageformats/tiff/CMakeLists.txt
@@ -19,7 +19,7 @@ qt_internal_add_plugin(QTiffPlugin
SOURCES
main.cpp
qtiffhandler.cpp qtiffhandler_p.h
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::Core
Qt::Gui
)
diff --git a/src/plugins/imageformats/wbmp/CMakeLists.txt b/src/plugins/imageformats/wbmp/CMakeLists.txt
index 95cdcd8..d250fee 100644
--- a/src/plugins/imageformats/wbmp/CMakeLists.txt
+++ b/src/plugins/imageformats/wbmp/CMakeLists.txt
@@ -10,7 +10,7 @@ qt_internal_add_plugin(QWbmpPlugin
SOURCES
main.cpp
qwbmphandler.cpp qwbmphandler_p.h
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::Core
Qt::Gui
)
diff --git a/src/plugins/imageformats/webp/CMakeLists.txt b/src/plugins/imageformats/webp/CMakeLists.txt
index b5b2c94..183bebb 100644
--- a/src/plugins/imageformats/webp/CMakeLists.txt
+++ b/src/plugins/imageformats/webp/CMakeLists.txt
@@ -10,7 +10,7 @@ qt_internal_add_plugin(QWebpPlugin
SOURCES
main.cpp
qwebphandler.cpp qwebphandler_p.h
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::Core
Qt::Gui
)
@@ -23,7 +23,7 @@ qt_internal_add_plugin(QWebpPlugin
#####################################################################
qt_internal_extend_target(QWebpPlugin CONDITION QT_FEATURE_system_webp
- PUBLIC_LIBRARIES
+ LIBRARIES
WrapWebP::WrapWebP
)