https://bugs.kde.org/show_bug.cgi?id=524475
Bug ID: 524475
Summary: Dolphin cannot be built with Qt < 6.10
Classification: Applications
Product: dolphin
Version First 26.04.1
Reported In:
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
CMakeLists.txt specifies minimal Qt version 6.4 -
https://github.com/KDE/dolphin/blob/3e2f76361be77f85f99c09694dfe2da1bd007f8c/CMakeLists.txt#L10
However, panelsettingspage.cpp uses setVerticalSizeConstraint, which was
introduced only in Qt 6.10
https://github.com/KDE/dolphin/blob/3e2f76361be77f85f99c09694dfe2da1bd007f8c/src/settings/interface/panelsettingspage.cpp#L30
If changed to setSizeConstraint, Dolphin is built fine with Qt 6.9.2, so
probably it is the only problematic place.
Looks like either minimal version should be bumped, or this change reverted.
--
You are receiving this mail because:
You are watching all bug changes.