From 4262fee3c51bbcb849cc7ec2affafe6e6663c457 Mon Sep 17 00:00:00 2001 From: Dario Freddi Date: Sun, 22 Nov 2009 11:35:26 +0000 Subject: CCMAIL: kde-buildsystem@kde.org CCMAIL: neundorf@kde.org As discussed with Alexander, don't install FindPolkitQt.cmake, as it is needed only by kdebase/workspace. KDE Application would have to use KAuth instead. svn path=/trunk/KDE/kdelibs/; revision=1052723 --- modules/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules') diff --git a/modules/CMakeLists.txt b/modules/CMakeLists.txt index f4184f28..7278e913 100644 --- a/modules/CMakeLists.txt +++ b/modules/CMakeLists.txt @@ -2,11 +2,12 @@ set(module_install_dir ${DATA_INSTALL_DIR}/cmake/modules ) -# maybe FindHUNSPELL.cmake, FindPolkitQt.cmake don't have to be installed ? +# maybe FindHUNSPELL.cmake doesn't have to be installed ? # This variable doesn't actually do anything, but it's probably a good idea # to have it around, so there is a place where the modules which are not installed # are listed explicitely: -set(cmakeFilesDontInstall +set(cmakeFilesDontInstall + FindPolkitQt.cmake FindPolkitQt-1.cmake) # Explicitely list all files which will be installed. @@ -90,7 +91,6 @@ set(cmakeFiles CheckCXXSourceCompiles.cmake FindPhonon.cmake FindPkgConfig.cmake FindPlasma.cmake - FindPolkitQt.cmake FindPopplerQt4.cmake FindPostgreSQL.cmake FindPulseAudio.cmake -- cgit v1.2.1