summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/jp2
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-03-16 17:07:41 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-03-16 18:02:19 +0000
commitc96422ae949b151399be50d606cc40ecfb7e6ddb (patch)
tree688ff72b94eb67d6c0a3d164947c3f040843cdcd /src/plugins/imageformats/jp2
parent51e7fa714ca76fd9edb342fc8e97451086e46fe3 (diff)
CMake: Regenerate and fixup qtimageformats projectswip/cmake
A few changes happened since last update: - CMake target names are now consistent with Qt 5 names - ZLIB handling - TIFF 3rd party handling - Standalone tests simplification - Updates in the SUBDIRS project - Other minor changes Change-Id: I85cca79d38feca44c5b78dae48c79779ae05e288 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/plugins/imageformats/jp2')
-rw-r--r--src/plugins/imageformats/jp2/.prev_CMakeLists.txt7
-rw-r--r--src/plugins/imageformats/jp2/CMakeLists.txt6
2 files changed, 6 insertions, 7 deletions
diff --git a/src/plugins/imageformats/jp2/.prev_CMakeLists.txt b/src/plugins/imageformats/jp2/.prev_CMakeLists.txt
index f45df46..7afc730 100644
--- a/src/plugins/imageformats/jp2/.prev_CMakeLists.txt
+++ b/src/plugins/imageformats/jp2/.prev_CMakeLists.txt
@@ -1,12 +1,12 @@
# Generated from jp2.pro.
#####################################################################
-## qjp2 Plugin:
+## QJp2Plugin Plugin:
#####################################################################
-add_qt_plugin(qjp2
+qt_add_plugin(QJp2Plugin
+ OUTPUT_NAME qjp2
TYPE imageformats
- CLASS_NAME QJp2Plugin
SOURCES
main.cpp
qjp2handler.cpp qjp2handler_p.h
@@ -20,4 +20,3 @@ add_qt_plugin(qjp2
#### Keys ignored in scope 1:.:.:jp2.pro:<TRUE>:
# OTHER_FILES = "jp2.json"
# QT_FOR_CONFIG = "imageformats-private"
-# _LOADED = "qt_plugin"
diff --git a/src/plugins/imageformats/jp2/CMakeLists.txt b/src/plugins/imageformats/jp2/CMakeLists.txt
index 175c834..7afc730 100644
--- a/src/plugins/imageformats/jp2/CMakeLists.txt
+++ b/src/plugins/imageformats/jp2/CMakeLists.txt
@@ -1,12 +1,12 @@
# Generated from jp2.pro.
#####################################################################
-## qjp2 Plugin:
+## QJp2Plugin Plugin:
#####################################################################
-qt_add_plugin(qjp2
+qt_add_plugin(QJp2Plugin
+ OUTPUT_NAME qjp2
TYPE imageformats
- CLASS_NAME QJp2Plugin
SOURCES
main.cpp
qjp2handler.cpp qjp2handler_p.h