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

Unlock audio recorder on Qt6 builds #4319

Merged
merged 3 commits into from
May 30, 2023
Merged

Unlock audio recorder on Qt6 builds #4319

merged 3 commits into from
May 30, 2023

Conversation

nirvn
Copy link
Member

@nirvn nirvn commented May 28, 2023

Last Qt6 milestone, after this we're at feature parity with Qt5.

@qfield-fairy
Copy link
Collaborator

qfield-fairy commented May 28, 2023

🎉 Ta-daaa, freshly created APKs are available for 7874c86: arm64-android

Other architectures

@@ -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.

Link to issue or similar?

Copy link
Member Author

Choose a reason for hiding this comment

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

@m-kuhn , it's not reported on Qt yet (it's a new crash on 6.5.1, and it's not in there: https://bugreports.qt.io/browse/QTBUG-114039?jql=affectedVersion%20%3D%206.5.1%20AND%20text%20~%20%22qml%20crash%22%20ORDER%20BY%20created%20DESC ). I'll make it my mission to try 6.5.2+ ;)

@nirvn nirvn merged commit 9b0d98d into master May 30, 2023
19 checks passed
@nirvn nirvn deleted the audio_qt6 branch May 30, 2023 07:15
@nirvn nirvn mentioned this pull request May 30, 2023
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