QCA2 and Remote Widgets

Alexander Neundorf neundorf at kde.org
Mon Sep 21 18:18:57 CEST 2009


On Sunday 20 September 2009, Artur Souza (MoRpHeUz) wrote:
> On Saturday 19 September 2009, 09:23 Alexander Neundorf wrote:
> > It still doesn't build on my machine:
> > Please add proper checks for QCA.
>
> I think that he already did that:
>
> if(QCA2_FOUND)
>     include_directories(${QCA2_INCLUDE_DIR})
>     set(ENABLE_REMOTE_WIDGETS TRUE)
> endif(QCA2_FOUND)

We're getting closer.
FindQCA2.cmake finds a QCA which is probably too old.
I have a qca 1.0.0 installed here, which consists of 
a /usr/lib/libqca.so.1.0.0 and one header, /usr/include/qca.h

What would be a better way to test for qca2 ? The current test seems to find 
also qca1.

Alex


More information about the Plasma-devel mailing list