summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2022-07-01 10:18:24 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-07-01 08:50:40 +0000
commit101e9e6262a4144b72feff1628046d094301b6b3 (patch)
tree434d927bea4bd4a7adf06f3df830059370188a01
parent07cfdec8225790be08d888ddb3be012e089b1bcb (diff)
Remove redundand LIBRARIES argument
Fixes: QTBUG-104692 Change-Id: Ia08f10166cfef5998e13cf3fd07029df63712469 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit db3b78e1cf25e9cf8e88e6510e33aaf72618c9d8) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/plugins/imageformats/jp2/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/imageformats/jp2/CMakeLists.txt b/src/plugins/imageformats/jp2/CMakeLists.txt
index e4b0c27..460460b 100644
--- a/src/plugins/imageformats/jp2/CMakeLists.txt
+++ b/src/plugins/imageformats/jp2/CMakeLists.txt
@@ -12,7 +12,6 @@ qt_internal_add_plugin(QJp2Plugin
qjp2handler.cpp qjp2handler_p.h
LIBRARIES
WrapJasper::WrapJasper
- LIBRARIES
Qt::Core
Qt::Gui
)