aarnt / octoxbps

A Qt-based XBPS front end
GNU General Public License v2.0
72 stars 10 forks source link

rcc: not found #21

Closed ThePademelon closed 2 years ago

ThePademelon commented 2 years ago

I'm trying to compile octoxbps but I seem to be missing an SDK or something. I'm on Void Linux, what xbps package should I install to remedy this?

[nim@pc-gamma sudo]$ qmake-qt5
Info: creating stash file /home/nim/repositories/octoxbps/sudo/.qmake.stash
sh: 1: /usr/lib/qt5/bin/rcc: not found
sh: 1: /usr/lib/qt5/bin/uic: not found
[nim@pc-gamma sudo]$ 

Thanks!

b-cpu commented 2 years ago

qt5-host-tools

ThePademelon commented 2 years ago

Thanks! I hit another problem after that but I just installed qtcreator-full and that seemed to have everything needed for compilation.