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

Building with --reuse-build has weird omission effect

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • Not Evaluated
    • None
    • 6.2.9, 5.15.15
    • Build System
    • None

    Description

      Building with

      python3 setup.py install --debug --no-examples --limited-api=yes \
          --reuse-build --build-tests \
          --module-subset Core,Gui,Widgets
      

      has successfully created the 3 standard modules. When I now issue

      python3 setup.py install --debug --no-examples --limited-api=yes \
          --reuse-build --build-tests \
          --module-subset Core,Gui,Widgets,Multimedia
      

      the build is ready very quickly and my added module ignored.

      Attachments

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

        Activity

          People

            ctismer Christian Tismer
            ctismer Christian Tismer
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes