You are not logged in.
I am attempting to port my development in Qt to version 6 and have hit a roadblock with a critical tool missing in the qt6-base package.
In Qt you can compile resources for C++ or python projects using their rcc tool. For the qt5-base package these are located here:
/usr/bin/rcc
/usr/bin/rcc-qt5
In the qt6-base package these are missing entirely. I cannot use the version 5 program because Qt does not maintain binary compatibility between major versions.
Last edited by alucinor (2021-05-24 18:11:53)
Offline
There seems to be /usr/lib/qt6/rcc
% CUTF pacman -F rcc
extra/qt5-base 5.15.2+kde+r195-1 (qt qt5) [installed]
usr/bin/rcc
extra/qt6-base 6.1.0-1 (qt6) [installed]
usr/lib/qt6/rccLast edited by progandy (2021-05-24 17:26:33)
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |
Offline
That file exists for me too and it works, thank you!
Offline