Skip to content

Commit 0344b7d

Browse files
committed
Fix iOS compilation against Qt > 6.8.0
1 parent 2c1b0bf commit 0344b7d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/scanner/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ if (BS_DESKTOP)
4343
)
4444
endif()
4545

46+
if (IOS AND (${Qt6_VERSION} VERSION_GREATER_EQUAL "6.8.0"))
47+
qt_add_ios_ffmpeg_libraries(scanner_module)
48+
endif()
4649

4750
target_link_libraries(scanner_module PRIVATE
4851
Qt6::Network

0 commit comments

Comments
 (0)