Skip to content

fix compile with Qt 6.9.0 - qplatformnativeinterface.h missing #736

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

Merged
merged 1 commit into from
Apr 23, 2025

Conversation

FelixBer
Copy link

This was previously handled here:

if (UNIX AND NOT APPLE)
include_directories(${Qt${QT_VERSION_MAJOR}Gui_PRIVATE_INCLUDE_DIRS})
endif()

but it seems Qt is phasing this out in favor of explicit cmake targets added in Qt 6.

btw, my Ubunut 22.04 also needed the following libs after upgrading from 6.7.2:
sudo apt install libxkbcommon-dev libxkbfile-dev libxcb-xkb-dev

@githubuser0xFFFF githubuser0xFFFF merged commit 991b69c into githubuser0xFFFF:master Apr 23, 2025
1 check passed
mborgerson pushed a commit to mborgerson/Qt-Advanced-Docking-System that referenced this pull request Apr 24, 2025
mborgerson pushed a commit to mborgerson/Qt-Advanced-Docking-System that referenced this pull request Apr 24, 2025
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.

2 participants