Uploaded image for project: 'Qt for Python'
  1. Qt for Python
  2. PYSIDE-1518

pyside shouldn't try to create uic, rcc and designer copies

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • None
    • None
    • Build System
    • None
    • Linux/X11
    • 3c3802fbc026010a00c235aab9a548b7cafbe2ad (pyside/pyside-setup/dev)

      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.

       

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            crmaurei Cristian Maureira-Fredes
            cgiboudeaux Christophe Marin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes