Open Qmlio opened 1 year ago
This is a year late but I wanted to test this out our of sheer curiosity.
The whole setup is very complicated and paintful for someone doing this for the first time.
The overall steps are roughly:
set(QuaZip-Qt6_DIR "$MY_QUAZIP_DIR/build/Android_Qt_6_7_1_Clang_arm64_v8a-Release")
find_package(QuaZip-Qt6 REQUIRED)
target_include_directories(galleryexample PUBLIC QuaZip::QuaZip)
target_link_libraries(galleryexample PUBLIC
Qt6::Core
Qt6::Gui
Qt6::Quick
Qt6::QuickControls2
QuaZip::QuaZip
)
Includes then start working and it compiles but I'll try to go further and produce a working zip/unzip sample application.
I keep getting no such file or directory < qtzlib/zlib> when building qauzip for Android, please how can I fix it.