[Kde-games-devel] Requirement of QCA2 for kdegames?

Andreas Pakulat apaku at gmx.de
Tue Nov 11 22:30:11 CET 2008


On 11.11.08 22:02:18, Kleag wrote:
> Before commiting, do you think these lines in the main kdegames CMakeLists.txt 
> would do the job ?
> 
> macro_optional_find_package(QCA2)
> macro_log_feature(QCA2_FOUND "QCA2" "Qt Cryptographic Architecture" 
> "http://delta.affinix.com/qca" FALSE "2.0.0" "Needed to build Ksirk Jabber 
> support's GroupWise and Jabberprotocols.")
> 
> if (QCA2_FOUND)
>   macro_optional_add_subdirectory(ksirk)
> endif (QCA2_FOUND)

That looks about what other modules use, so yes that should work. And of
course remove the find's from the two subdirs (and possibly also the
duplicate of find_package(ZLIB REQUIRED) in iris/src/CMakeLists.txt).

Andreas

-- 
You are taking yourself far too seriously.


More information about the kde-games-devel mailing list