Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.9.1, 5.9.4, 5.11.0 Beta 2
-
macOS 10.12
-
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
For Gerrit Dashboard: QTBUG-63452 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
213786,2 | configure: during early setup, skip all of default_pre.prf | 5.9 | qt/qtbase | Status: MERGED | +2 | 0 |
228000,6 | qmake: skip license check while building qt | 5.11 | qt/qtbase | Status: MERGED | +2 | 0 |
242677,3 | fix setting QTDIR_build for default_pre.prf | 5.12 | qt/qt5 | Status: MERGED | +2 | 0 |