Build qiiofhelpers.cpp in Objective-C++ mode

Working with helpers from Foundation simplifies things down the line.

Pick-to: 6.10
Change-Id: I9b6bb94e360c4fd60f308e97fc02af1840e5aeea
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
Tor Arne Vestbø 2025-08-15 15:16:33 +02:00
parent 1bf5692d3f
commit 2f2fbddc9f
3 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ qt_internal_add_plugin(QMacHeifPlugin
OUTPUT_NAME qmacheif OUTPUT_NAME qmacheif
PLUGIN_TYPE imageformats PLUGIN_TYPE imageformats
SOURCES SOURCES
../shared/qiiofhelpers.cpp ../shared/qiiofhelpers_p.h ../shared/qiiofhelpers.mm ../shared/qiiofhelpers_p.h
main.cpp main.cpp
qmacheifhandler.cpp qmacheifhandler.h qmacheifhandler.cpp qmacheifhandler.h
INCLUDE_DIRECTORIES INCLUDE_DIRECTORIES

View File

@ -9,7 +9,7 @@ qt_internal_add_plugin(QMacJp2Plugin
OUTPUT_NAME qmacjp2 OUTPUT_NAME qmacjp2
PLUGIN_TYPE imageformats PLUGIN_TYPE imageformats
SOURCES SOURCES
../shared/qiiofhelpers.cpp ../shared/qiiofhelpers_p.h ../shared/qiiofhelpers.mm ../shared/qiiofhelpers_p.h
main.cpp main.cpp
qmacjp2handler.cpp qmacjp2handler.h qmacjp2handler.cpp qmacjp2handler.h
INCLUDE_DIRECTORIES INCLUDE_DIRECTORIES