From 115a76297b3c9f94b5258b42270228f06c96a575 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Mon, 7 Oct 2019 17:45:35 +0200 Subject: Regenerate plugins bearer and imageformats projects Change-Id: I8858aaf6b96ea030a3af143099aee5dfd15655c8 Reviewed-by: Simon Hausmann Reviewed-by: Qt CMake Build Bot --- src/plugins/imageformats/jpeg/CMakeLists.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/plugins/imageformats/jpeg/CMakeLists.txt') diff --git a/src/plugins/imageformats/jpeg/CMakeLists.txt b/src/plugins/imageformats/jpeg/CMakeLists.txt index 6d1da65d93..065ac08af6 100644 --- a/src/plugins/imageformats/jpeg/CMakeLists.txt +++ b/src/plugins/imageformats/jpeg/CMakeLists.txt @@ -13,15 +13,14 @@ add_qt_plugin(qjpeg main.cpp main.h qjpeghandler.cpp qjpeghandler_p.h LIBRARIES - # Qt::CorePrivate # special case: remove + Qt::CorePrivate Qt::GuiPrivate - PUBLIC_LIBRARIES # special case + PUBLIC_LIBRARIES JPEG::JPEG - # Qt::Core # special case: remove - Qt::Gui # special case + Qt::Core + Qt::Gui ) #### Keys ignored in scope 1:.:.:jpeg.pro:: # OTHER_FILES = "jpeg.json" -# PLUGIN_CLASS_NAME = "QJpegPlugin" # _LOADED = "qt_plugin" -- cgit v1.2.3