Build: Drop qmake application bundle name #2477
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Short description of changes
Jamulus.pro sets
QMAKE_APPLICATION_BUNDLE_NAME.(note the trailing dot). This sets the variable with exactly this name, but not the probably intended dot-lessQMAKE_APPLICATION_BUNDLE_NAME.As this can't have worked in the past, it's obviously not necessary. So instead of fixing the assignment, the line is dropped altogether.
The docs suggest that QMAKE_APPLICATION_BUNDLE_NAME is used in the plist generation logic, but that the relevant place defaults to using TARGET, which we do set properly. This highlights that it should be ok to work without QMAKE_APPLICATION_BUNDLE_NAME.
CHANGELOG: Build: Removed broken QMAKE_APPLICATION_BUNDLE_NAME. logic.
(I'll probably merge this Changelog line with other autobuild improvements)
Context: Fixes an issue?
Remove broken code.
Does this change need documentation? What needs to be documented and how?
No.
Status of this Pull Request
Ready on CI green.
What is missing until this pull request can be merged?
Reviews.
Checklist