Actions
Feature #881
closedMeson: Qt version check
Start date:
09/19/2024
Due date:
% Done:
0%
Estimated time:
Description
Meson based configure currently only checks if Qt5/Qt6 libraries are available. It does not check if they fulfill the minimum version requirements. Add that check.
Files
Actions
#1
Updated by Marko Lindqvist 2 months ago
- File 0052-Meson-Add-check-for-Qt-version.patch 0052-Meson-Add-check-for-Qt-version.patch added
- File 0033-Meson-Add-check-for-Qt-version.patch 0033-Meson-Add-check-for-Qt-version.patch added
- Status changed from New to In Review
- Assignee set to Marko Lindqvist
Actions
#2
Updated by Marko Lindqvist 2 months ago
- File 0044-Meson-Add-check-for-Qt-version.patch 0044-Meson-Add-check-for-Qt-version.patch added
- File 0027-Meson-Add-check-for-Qt-version.patch 0027-Meson-Add-check-for-Qt-version.patch added
- Fixed use of undefined variable
Updated by Marko Lindqvist 2 months ago
- Status changed from In Review to In Progress
- Target version changed from 3.1.3 to 3.1.4
The patch has issues on mac (seen on CI build). The test case does not compile correctly for Qt header errors that are not related to the Qt version number.
Actions
#4
Updated by Marko Lindqvist about 2 months ago
- File 0007-Meson-Add-check-for-Qt-version.patch 0007-Meson-Add-check-for-Qt-version.patch added
- File 0003-Meson-Add-check-for-Qt-version.patch 0003-Meson-Add-check-for-Qt-version.patch added
- File 0002-Meson-Add-check-for-Qt-version.patch 0002-Meson-Add-check-for-Qt-version.patch added
- Status changed from In Progress to In Review
Marko Lindqvist wrote in #note-3:
The patch has issues on mac (seen on CI build). The test case does not compile correctly for Qt header errors that are not related to the Qt version number.
Fixed that, and some other issues (patch almost completely rewritten)
Updated by Marko Lindqvist about 1 month ago
- Status changed from In Review to Closed
Actions