https://bugs.kde.org/show_bug.cgi?id=484865
Ralf Habacker <ralf.habac...@freenet.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |8.1.3 Latest Commit| |https://invent.kde.org/offi | |ce/alkimia/-/commit/1a46fe8 | |03fab966bb3ed2ef280ecca0f1f | |8b5ef0 Status|REPORTED |RESOLVED Resolution|--- |FIXED --- Comment #2 from Ralf Habacker <ralf.habac...@freenet.de> --- Git commit 1a46fe803fab966bb3ed2ef280ecca0f1f8b5ef0 by Ralf Habacker. Committed on 01/04/2024 at 11:18. Pushed by habacker into branch '8.1'. cmake: Fix usage of Qt main version with Qt < 5.15 The error message on https://build.opensuse.org/package/show/windows:mingw:win32/mingw32-kmymoney5 was 'Could not find a package configuration file provided by "QtCore"'. According to https://doc.qt.io/qt-6/cmake-qt5-and-qt6-compatibility.html#supporting-older-qt-5-versions there is a variable QT_VERSION_MAJOR, not QT_MAJOR_VERSION, which is set with a call to find_package(QT ...). FIXED-IN:8.1.3 M +4 -0 CMakeLists.txt M +1 -1 src/LibAlkimiaConfig.cmake.in https://invent.kde.org/office/alkimia/-/commit/1a46fe803fab966bb3ed2ef280ecca0f1f8b5ef0 -- You are receiving this mail because: You are the assignee for the bug.