From db3b78e1cf25e9cf8e88e6510e33aaf72618c9d8 Mon Sep 17 00:00:00 2001 From: Alexey Edelev Date: Fri, 1 Jul 2022 10:18:24 +0200 Subject: Remove redundand LIBRARIES argument Fixes: QTBUG-104692 Pick-to: 6.2 6.3 6.4 Change-Id: Ia08f10166cfef5998e13cf3fd07029df63712469 Reviewed-by: Alexandru Croitor --- src/plugins/imageformats/jp2/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) 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 ) -- cgit v1.2.3