Merge tag 'v6.5.4-lts-lgpl' into 6.5
Qt 6.5.4-lts-lgpl release
This commit is contained in:
commit
001292cd9a
|
@ -1,4 +1,4 @@
|
|||
dependencies:
|
||||
../qtbase:
|
||||
ref: 66ee534fba6c42e03677bc6d7666eb64aec1e182
|
||||
../tqtc-qtbase:
|
||||
ref: 8ff0b254e4c3db81254782262d827f7831d15f6b
|
||||
required: true
|
||||
|
|
|
@ -5,9 +5,10 @@
|
|||
## QMacHeifPlugin Plugin:
|
||||
#####################################################################
|
||||
|
||||
find_library(FWCoreFoundation CoreFoundation)
|
||||
find_library(FWCoreGraphics CoreGraphics)
|
||||
find_library(FWImageIO ImageIO)
|
||||
qt_internal_find_apple_system_framework(FWCoreFoundation
|
||||
CoreFoundation)
|
||||
qt_internal_find_apple_system_framework(FWCoreGraphics CoreGraphics)
|
||||
qt_internal_find_apple_system_framework(FWImageIO ImageIO)
|
||||
|
||||
qt_internal_add_plugin(QMacHeifPlugin
|
||||
OUTPUT_NAME qmacheif
|
||||
|
|
Loading…
Reference in New Issue