KDE
Dario Freddi
drf at kde.org
Sun Nov 22 12:35:26 CET 2009
SVN commit 1052723 by dafre:
CCMAIL: kde-buildsystem at kde.org
CCMAIL: neundorf at 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.
A kdebase/workspace/cmake/modules/FindPolkitQt.cmake kdelibs/cmake/modules/FindPolkitQt.cmake#1052417
M +3 -3 kdelibs/cmake/modules/CMakeLists.txt
--- trunk/KDE/kdelibs/cmake/modules/CMakeLists.txt #1052722:1052723
@@ -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 @@
FindPhonon.cmake
FindPkgConfig.cmake
FindPlasma.cmake
- FindPolkitQt.cmake
FindPopplerQt4.cmake
FindPostgreSQL.cmake
FindPulseAudio.cmake
More information about the Kde-buildsystem
mailing list