KDE and MADDE

Aleix Pol aleixpol at kde.org
Sat Nov 19 19:59:56 UTC 2011


Hi,
At the KDE Mobile sprint I have been trying to get madde to compile KDE
Applications on harmattan using cmake.

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}.

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.

Does anybody know if there is a way to solve this issue?
Should we actually look up these directories instead of having them written
in stone?

Thanks!
Aleix
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-buildsystem/attachments/20111119/2ae407ee/attachment.html>


More information about the Kde-buildsystem mailing list