You are not logged in.

#1 2021-05-24 17:02:39

alucinor
Member
Registered: 2019-10-04
Posts: 12

Cannot Port Qt5(Pyside2) project to Qt6(Pyside6) (FIXED)

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

#2 2021-05-24 17:25:01

progandy
Member
Registered: 2012-05-17
Posts: 5,321

Re: Cannot Port Qt5(Pyside2) project to Qt6(Pyside6) (FIXED)

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/rcc

Last edited by progandy (2021-05-24 17:26:33)


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |

Offline

#3 2021-05-24 18:10:58

alucinor
Member
Registered: 2019-10-04
Posts: 12

Re: Cannot Port Qt5(Pyside2) project to Qt6(Pyside6) (FIXED)

That file exists for me too and it works, thank you!

Offline

Board footer

Powered by FluxBB