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

Changes for Qt6 compatibility #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ingpconci
Copy link

I modified the code for compatibility with Qt6.
I modified the Shadow Build directory in order to save the output outside the MapGraphics directory.
To use Android and iOs kit, do you need to open the MapGraphics and TestApp directly and not as subprojects
I tested the testapp with:
MSVC2019_64bit to make a Win executable on Win10
Android Clang_x86_64 to test in Android Emulator (No zoom features)
Android Clang_arm64-v8a and tested on an Huawey P10 lite Android 8 (No zoom features)
iOS XCode 13.2.1 iOs Simulator iPhone 11 Pro (No zoom features)

@ftomei
Copy link

ftomei commented Feb 21, 2022

Hi ingpconci
for event->angleDelta() I fixed more simply with event->angleDelta().y() > 0
that works in both 5.x and 6.x
I don't know, however, if this is correct for all cases

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants