From b10d8eab047c387409716ae87422d2efffee3159 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Wed, 22 Jan 2020 14:23:02 +0100 Subject: Regenerate plugin projects to get new target names And also to get the original output names (qmake's "TARGET"), so that the plugin file names are as they were in Qt 5. Change-Id: I96a060d1a81693652847857372bec334728cb549 Reviewed-by: Qt CMake Build Bot Reviewed-by: Simon Hausmann --- src/plugins/imageformats/gif/.prev_CMakeLists.txt | 6 +++--- src/plugins/imageformats/gif/CMakeLists.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/plugins/imageformats/gif') diff --git a/src/plugins/imageformats/gif/.prev_CMakeLists.txt b/src/plugins/imageformats/gif/.prev_CMakeLists.txt index 0dcdf2954d..b4923b81b1 100644 --- a/src/plugins/imageformats/gif/.prev_CMakeLists.txt +++ b/src/plugins/imageformats/gif/.prev_CMakeLists.txt @@ -1,12 +1,12 @@ # Generated from gif.pro. ##################################################################### -## qgif Plugin: +## QGifPlugin Plugin: ##################################################################### -qt_add_plugin(qgif +qt_add_plugin(QGifPlugin + OUTPUT_NAME qgif TYPE imageformats - CLASS_NAME QGifPlugin SOURCES main.cpp main.h qgifhandler.cpp qgifhandler_p.h diff --git a/src/plugins/imageformats/gif/CMakeLists.txt b/src/plugins/imageformats/gif/CMakeLists.txt index 0255212201..c6780e32e9 100644 --- a/src/plugins/imageformats/gif/CMakeLists.txt +++ b/src/plugins/imageformats/gif/CMakeLists.txt @@ -1,12 +1,12 @@ # Generated from gif.pro. ##################################################################### -## qgif Plugin: +## QGifPlugin Plugin: ##################################################################### -qt_add_plugin(qgif +qt_add_plugin(QGifPlugin + OUTPUT_NAME qgif TYPE imageformats - CLASS_NAME QGifPlugin SOURCES main.cpp main.h qgifhandler.cpp qgifhandler_p.h -- cgit v1.2.3