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

Qt6 QML polishing #4318

Merged
merged 7 commits into from
May 30, 2023
Merged

Qt6 QML polishing #4318

merged 7 commits into from
May 30, 2023

Conversation

nirvn
Copy link
Member

@nirvn nirvn commented May 27, 2023

Polishing QField under Qt6, fixing our use of QML properties under Material 3 (i.e. Qt >= 6.5).

@qfield-fairy
Copy link
Collaborator

qfield-fairy commented May 27, 2023

🎉 Ta-daaa, freshly created APKs are available for 7170b35: arm64-android

Other architectures

@nirvn nirvn changed the title Qt6 QML polishing, part 1 Qt6 QML polishing May 28, 2023
@@ -86,6 +86,11 @@ int main( int argc, char **argv )
return 0;
}

#if QT_VERSION >= QT_VERSION_CHECK( 6, 5, 1 )
// Avoids systematic crash after first launch, a regression in Qt >= 6.5.1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we have a link to an issue or elsewhere, to check if this is still valid in the future?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nirvn nirvn merged commit 05fb0cd into master May 30, 2023
19 checks passed
@nirvn nirvn deleted the qt6_polish branch May 30, 2023 07:16
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.

None yet

3 participants