Skip to content
New issue

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

Properly exported the defines for CMake users #201

Merged
merged 3 commits into from
Aug 1, 2021

Commits on Jul 6, 2021

  1. Properly exported the defines for CMake users

    - CMake users can now use QZXING_USE_ENCODER to enable QR code encoding
    - definitions are export correctly for including projects
    - CMake users no longer have to manually add the definitions into src/CMakeLists.txt
    vpicaver committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    f5c99d3 View commit details
    Browse the repository at this point in the history
  2. Added decoder defines into CMakeLists

    CMake users can now enable or disable individualdecodings
    vpicaver committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    a47e28f View commit details
    Browse the repository at this point in the history
  3. Disables iconv for Android

    vpicaver committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    1c4e738 View commit details
    Browse the repository at this point in the history