We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I keep getting no such file or directory < qtzlib/zlib> when building qauzip for Android, please how can I fix it.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
I keep getting no such file or directory < qtzlib/zlib> when building qauzip for Android, please how can I fix it.
The text was updated successfully, but these errors were encountered: