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

Fix old Qt version support for usage in linux distributions #1825

Merged
merged 1 commit into from
Oct 30, 2023

Conversation

ntadej
Copy link
Collaborator

@ntadej ntadej commented Oct 30, 2023

Fix old Qt version support for usage in Linux distributions. Not super important but was easy to do. The issue is duplicated method name so a simple pointer does not work. Reverting to legacy signal-slot syntax.

Closes #1535.

@ntadej ntadej added the Qt label Oct 30, 2023
@ntadej ntadej requested a review from louwers October 30, 2023 18:57
@ntadej ntadej merged commit bb998a4 into maplibre:main Oct 30, 2023
@ntadej ntadej deleted the qt-legacy branch October 30, 2023 22:38
ntadej added a commit to ntadej/maplibre-native that referenced this pull request Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compilation failed at Ubuntu LTS with -DMLN_WITH_QT=ON
2 participants