Skip to content

Commit

Permalink
Fix iOS compilation against Qt > 6.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rgriebl committed Oct 8, 2024
1 parent 2c1b0bf commit 0344b7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/scanner/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ if (BS_DESKTOP)
)
endif()

if (IOS AND (${Qt6_VERSION} VERSION_GREATER_EQUAL "6.8.0"))
qt_add_ios_ffmpeg_libraries(scanner_module)
endif()

target_link_libraries(scanner_module PRIVATE
Qt6::Network
Expand Down

0 comments on commit 0344b7d

Please sign in to comment.