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

Make Qt Issues on Debian Stretch and Ubuntu Zenial #3

Open
ekureina opened this issue Sep 2, 2017 · 2 comments
Open

Make Qt Issues on Debian Stretch and Ubuntu Zenial #3

ekureina opened this issue Sep 2, 2017 · 2 comments

Comments

@ekureina
Copy link

ekureina commented Sep 2, 2017

When running qmake I get a warning that only specific Qt versions will work (I assume my Qt version is too new). Then, when running make, I get this error.

libraries/UGlobalHotkey/uglobalhotkeys.cpp:6:42: fatal error: qpa/qplatformnativeinterface.h: No such file or directory
 #include <qpa/qplatformnativeinterface.h>

Looking at the packages for Debian, the only header with that name is from qt4 and happens to be on my Debian System.

@ekureina
Copy link
Author

Similar to #2.

@JonathanHelianthicusDoe
Copy link

apt install qtbase5-private-dev seems to do the trick here, which makes sense as QPA is a private interface to platform-specific functionality.

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

No branches or pull requests

2 participants