You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
Looking at the packages for Debian, the only header with that name is from qt4 and happens to be on my Debian System.
The text was updated successfully, but these errors were encountered: