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:
parent
1bf5692d3f
commit
2f2fbddc9f
|
@ -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