https://bugs.kde.org/show_bug.cgi?id=404599
Wolfgang Bauer <wba...@tmo.at> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |--- Status|CLOSED |REOPENED --- Comment #3 from Wolfgang Bauer <wba...@tmo.at> --- It's not fixed yet. https://commits.kde.org/kdb/d6291d605ac6e3355210512c0f1f039e9d5d5a74 adds new functions that should work also with older Qt versions, but the existing code is unchanged and still uses Qt::ISODateWithMs unconditionally. Btw, "if(Qt5_VERSION VERSION_GREATER_EQUAL ${QT_ISODATEWITHMS_MIN_VERSION})" requires at least cmake 3.7, VERSION_GREATER_EQUAL didn't exist before. It would probably be better to use VERSION_LESS instead (and swap the if/else branches), which would also work with older cmake versions. -- You are receiving this mail because: You are watching all bug changes.