Files
RedBear-OS/local/recipes/kde/kf6-ki18n/source/autotests/ki18n_install/test.cmake
T
2026-04-14 10:51:06 +01:00

6 lines
338 B
CMake

# Make sure file names with dots in them are properly processed.
# https://bugs.kde.org/show_bug.cgi?id=379116
if(NOT EXISTS "destdir/share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.katesessions.mo")
message(SEND_ERROR "destdir/share/locale/de/LC_MESSAGES/plasma_applet_org.kde.plasma.katesessions.mo was not found")
endif()