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

Both shiboken extension and executable have same name on windows

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3: Somewhat important P3: Somewhat important
    • 6.7
    • 5.6
    • Shiboken
    • Windows

      Both shiboken2/shibokenmodule/CMakeLists.txt
      and shiboken2/generator/CMakeLists.txt specify a target name of "shiboken".
      This means that the .pdb files generated for them will have the same name, and thus override each other when copied to the final package.

      On Unix systems the extension name usually has an additional suffix, thus causing no conflicts.

      We should find a way (possibly add some suffix) to make sure that .pdb files don't get overridden.

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

            kleint Friedemann Kleint
            alexandru.croitor Alexandru Croitor
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes