Hi,
I am starting to play around with modifying kde software and for that purpose just set up kdesrc-build. When I tried to compile minuet or dolphin with it, building ki18n failed because it uses the kf5 branch, in which src/localedata/kcountry.cpp
includes a header file that does not exist:
#if QT_VERSION < QT_VERSION_CHECK(6, 2, 0)
#include <private/qlocale_p.h>
#endif
Am I supposed to create this myself? And if yes, how?
Or is this a bug that I should report?