Details
-
Bug
-
Resolution: Done
-
P2: Important
-
None
-
None
-
None
-
-
3c3802fbc026010a00c235aab9a548b7cafbe2ad (pyside/pyside-setup/dev)
Description
This is something we already had to patch out for pyside2. The build system doesn't behave nicely and tries to create rcc and uic copies and fails because it wrongly assumes rcc and uic are installed in /usr/bin.
That was already wrong in our Qt5 package and is not better with pyside6. rcc and uic are now installed in the libexec location.
If the faulty code isn't patched out in sources/pyside-tools/CMakeLists.txt, it creates conflicting binaries in our packages.
build_scripts/platforms/unix.py also needs a change to use the existing rcc and uic executables.
Attachments
Issue Links
- relates to
-
QTBUG-88791 Move build tools like moc and rcc into $prefix/libexec
- Closed