KArchive for Qt4
Stephen Kelly
steveire at gmail.com
Sun Nov 18 21:00:47 UTC 2012
David Faure wrote:
> After my presentation on KDE Frameworks at the Dev Days, the obvious
> question "where do we download this from" came up -- especially for
> KArchive.
>
> So I took some time afterwards and prepared a self-contained
> KArchive-for-qt4 release.
>
> This pointed out some interesting issues, especially in the cmakelists. I
> removed the dependency on ECM, and as a result I saw many things for which
> I thought "this should be in upstream cmake". Especially the
> LIB_INSTALL_DIR stuff looks way too complicated to get right without much
> copy/paste...
>
> Please take a look at what could be simplified, and test it (I'll try to
> find people to test it on Mac and Windows, too).
>
> http://www.davidfaure.fr/kde/karchive-qt4.zip
>
You should use
set(CMAKE_INCLUDE_CURRENT_DIR ON)
whenever you use
set(CMAKE_AUTOMOC ON)
I asked for the former to be implied by the latter, but it was decided not
to do that. So now everywhere
set(CMAKE_AUTOMOC ON)
is used,
set(CMAKE_INCLUDE_CURRENT_DIR ON)
should be used too, so that 'the internet' learns that.
Thanks,
Steve.
More information about the Kde-frameworks-devel
mailing list