Build qiiofhelpers.cpp in Objective-C++ mode

Working with helpers from Foundation simplifies things down the line.

Change-Id: I9b6bb94e360c4fd60f308e97fc02af1840e5aeea
(cherry picked from commit 8f821b0f431268cdb4ded9a57cbdbe0ef8a0cc20)
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
Tor Arne Vestbø 2025-08-15 15:16:33 +02:00
parent 556137d3ed
commit 5ca7d21504
3 changed files with 2 additions and 2 deletions

View File

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

View File

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