KDE/kdelibs/cmake/modules

Alexander Neundorf neundorf at kde.org
Tue Sep 1 22:17:01 CEST 2009


On Monday 31 August 2009, Dario Freddi wrote:
> SVN commit 1017843 by dafre:
>
> Fix modules
>
>
>  M  +2 -0      MacroKAuth.cmake
>
>
> --- trunk/KDE/kdelibs/cmake/modules/MacroKAuth.cmake #1017842:1017843
> @@ -55,7 +55,9 @@
>                         COMMENT "Generating ${HELPER_ID}.policy")
>      add_custom_target("actions for ${HELPER_ID}" ALL DEPENDS ${_output})
>
> +    if (POLKITQT_FOUND)
>      install(FILES ${_output} DESTINATION ${POLICY_FILES_INSTALL_DIR})
> +    endif (POLKITQT_FOUND)
>  endif()

This file doesn't have documentation at the top.
Where is that file/macro used ?

Alex


More information about the Kde-buildsystem mailing list