<div dir="ltr">Hi all!<br><br>Can somebody help me with Cmake configuration for Lokalize?<br>My aim is to build/port it to KF5.<br><br><div>The first problem was absence on FindHUNSPELL.cmake in kde5 install dir.<br>I have found it in the attic folder of extra-cmake-modules.<div>
I had to copy it manually into KDE5 install directory.</div></div><div>Can somebody make it installable again? Or describe the steps to do so.<br><br>The second problem is that cmake doesn't pass Kross include dirs to gcc</div>
<div>even though I specified it in CMakeLists.txt:<br><div>find_package(KF5 REQUIRED ... Kross ...)</div></div><div>I think the problem is that there are KF5::KrossCore and KF5::KrossUi modules.</div><div>i tried find_package(KF5 REQUIRED ... KrossUi KrossCore ...) with no success.</div>
<div><br></div></div>