https://bugs.kde.org/show_bug.cgi?id=460450
--- Comment #9 from Igor Kushnir <igor...@gmail.com> --- (In reply to Jack from comment #8) > I'm not sure if I have the same problem, or just somehow related. If I open > kdevelop (pointed to a local git clone of kmymoney, with out of tree build > dir) it gives me the warning about outdated CMake data. I click Reload, the > warning disappears, kdevelop runs cmake, and the warning immediately > reappears. There is no other access to the source folder at the time. What > information can I provide for troubleshooting? I just cloned kmymoney and reproduced this bug. Will investigate soon. By the way, the CMake configure step fails with the following error: ``` CMake Error at /usr/lib/cmake/LibAlkimia5-8.1/LibAlkimia5Targets.cmake:65 (set_target_properties): The link interface of target "Alkimia::alkimia" contains: Qt5::WebEngineWidgets but the target was not found. Possible reasons include: ... ``` Adding WebEngineWidgets in kmymoney's CMakeLists.txt fixes this failure: find_package(Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} REQUIRED COMPONENTS Core DBus Widgets Svg Xml Test PrintSupport WebEngineWidgets) -- You are receiving this mail because: You are watching all bug changes.