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

Target Android 14 (SDK 34) #3437

Closed
wants to merge 1 commit into from

Conversation

npars
Copy link

@npars npars commented Dec 10, 2024

Short description of changes

Update Android build to support Android 14.

CHANGELOG: Update Android build to support QT6 and latest dependencies supported by QT 6.7.2

Context: Fixes an issue?

Fixes #3261

Does this change need documentation? What needs to be documented and how?

Status of this Pull Request

What is missing until this pull request can be merged?

Checklist

  • I've verified that this Pull Request follows the general code principles
  • I tested my code and it does what I want
  • My code follows the style guide
  • I waited some time after this Pull Request was opened and all GitHub checks completed without errors.
  • I've filled all the content above

AUTOBUILD: Please build all targets

- Fixes jamulussoftware#3261
- Update Android build to support QT6
- Update Android build to use latest dependencies supported by QT 6.7.2
@ann0see
Copy link
Member

ann0see commented Dec 10, 2024

Cool. Thank you very much!

@@ -40,7 +40,7 @@
#endif
#include "util.h"
#ifdef ANDROID
# include <QtAndroidExtras/QtAndroid>
# include <QtCore/private/qandroidextras_p.h>
Copy link
Member

Choose a reason for hiding this comment

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

Does this break the qt5 build?
Is using "private" the best the way?

Copy link
Member

Choose a reason for hiding this comment

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

#3392 has a similar issue...

@ann0see
Copy link
Member

ann0see commented Dec 11, 2024

The CI fails.

@pljones
Copy link
Collaborator

pljones commented Dec 12, 2024

Can I propose we close this as encompassed by #3392, which we'll take into Jamulus 4?

@npars
Copy link
Author

npars commented Dec 12, 2024

Can I propose we close this as encompassed by #3392, which we'll take into Jamulus 4?

I would have no issue with that

@pljones
Copy link
Collaborator

pljones commented Dec 12, 2024

Thanks!

@pljones pljones closed this Dec 12, 2024
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.

Jamlus not supporting android target version 34
3 participants