SVN commit 1052723 by dafre:
CCMAIL: [email protected]
CCMAIL: [email protected]
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
_______________________________________________
Kde-buildsystem mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-buildsystem