KDE/kdelibs/cmake/modules
Dario Freddi
drf54321 at gmail.com
Tue Sep 1 22:35:17 CEST 2009
In every application using KAuth. Should I just put some comments or there's a
syntax for that? usage guide is already in the kauth MainPage.dox
On Tuesday 01 September 2009 10:17:01 pm Alexander Neundorf wrote:
> 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