madsciencecoder / Toontown-Controller

Linux (X11) Controller for Toontown Rewritten
GNU General Public License v2.0
4 stars 0 forks source link

Make Qt Issues on Debian Stretch and Ubuntu Zenial #3

Open ekureina opened 7 years ago

ekureina commented 7 years ago

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 commented 7 years ago

Similar to #2.

JonathanHelianthicusDoe commented 4 years ago

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