New file: PolkitQt-1.cmake

Alexander Neundorf neundorf at kde.org
Thu Oct 15 18:18:11 CEST 2009


On Thursday 15 October 2009, Dario Freddi wrote:
> Hello,
>
> here comes a new file for kdelibs/cmake/modules for detecting polkit-qt-1,
> for the upcoming KAuth backend for polkit-1. This is mostly an "upgrade" to
> the previous FindPolkitQt.cmake file, but I thought it could be nice to let
> it pass here.

Does this look for the same version of polkitqt as FindPolKitQt.cmake ?
I mean, is it necessary to add an additional file ?

How many users of this module are there ?
If there is only one, inside kdelibs, maybe we should start not to install all 
modules we need in kdelibs, but just keep them in the source tree.

Here you probably also want to use the results from pkg-config as HINT:
find_path( POLKITQT_1_INCLUDE_DIR
     NAMES PolkitQt/authority.h
     PATH_SUFFIXES polkit-qt-1
)

Alex


More information about the Kde-buildsystem mailing list