Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-63452

When reconfiguring Qt it can give an error saying that the DUMMY platform is unsupported

    XMLWordPrintable

Details

    • 7830cdd8337e3ee9bade2e2c945ce3a2a068e442,6bc6e6d38859c39dd3def31126cff69259785a0d,31590c0b65d90c02586527c658d71e83d6d98843 4c2fea3d5d22c6b499e82cd1dd21547e92b19edc (qt/qt5/5.12)

    Description

      When reconfiguring Qt it can give an error saying that the dummy platform is unsupported. This can happen if you reconfigure on a day different to the initial configure as it will go into the line:

      !isEqual(QMAKE_LICHECK_TIMESTAMP, $$today) {
      

      in default_pre.prf and this will fail, thus causing it to run the qmake check here. However at this point the variable - QMAKE_XSPEC - is set to dummy, and therefore it fails to run licheck as a result.

      Attachments

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

        Activity

          People

            buddenha Oswald Buddenhagen
            andysh Andy Shaw
            Votes:
            7 Vote for this issue
            Watchers:
            18 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes