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

Details

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

    Description

      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.

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes