From 85e6646d66b50b9fe471052cbc84b8c7bc253df0 Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Fri, 3 Dec 2021 14:41:20 +0100 Subject: Minor. Fix cmake warning Pick-to: 6.3 Change-Id: I940db4bc953db9e571370886f142387dce5f12bb Reviewed-by: Alexandru Croitor --- src/pdf/plugins/imageformats/pdf/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pdf/plugins/imageformats/pdf/CMakeLists.txt b/src/pdf/plugins/imageformats/pdf/CMakeLists.txt index ee290782b..517d152c7 100644 --- a/src/pdf/plugins/imageformats/pdf/CMakeLists.txt +++ b/src/pdf/plugins/imageformats/pdf/CMakeLists.txt @@ -1,6 +1,6 @@ qt_internal_add_plugin(QPdfPlugin OUTPUT_NAME qpdf - TYPE imageformats + PLUGIN_TYPE imageformats SOURCES main.cpp qpdfiohandler.cpp qpdfiohandler_p.h -- cgit v1.2.3