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:
parent
556137d3ed
commit
5ca7d21504
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue