Hi,<div>At the KDE Mobile sprint I have been trying to get madde to compile KDE Applications on harmattan using cmake.</div><div><br></div><div>I have got it to work but there are some problems coming from the way we find KDE and I'm not sure how to fix them correctly. The problem is mainly the two files that specify where things are installed: KDELibsDependencies.cmake and KDELibs4LibraryTargets-debian.cmake. Both have the same problem: they are using paths that are relative to the system's root and I need them to be relative to the system targetted by cmake $ENV{SYSROOT_DIR}.</div>


<div><br></div><div>For the moment, I've prefixed those directories meanwhile with the $ENV{SYSROOT_DIR}, so that we can use them to create the applications but it's not the best scenario.</div><div><br></div><div>


Does anybody know if there is a way to solve this issue?</div><div>Should we actually look up these directories instead of having them written in stone?</div><div><br></div><div>Thanks!</div><div>Aleix</div>