KDE/kdelibs/cmake/modules
Dario Freddi
drf at kde.org
Fri Nov 20 13:17:56 CET 2009
SVN commit 1051970 by dafre:
CCMAIL: kde-buildsystem at kde.org
Nevermind, I found out how. Also, probably FindPolkitQt.cmake is another good candidate
for non-installation? It could be just copied over to kdebase/workspace/cmake/modules in
that case. For me it's more than ok and makes even more sense, as KDE applications are not
supposed to take advantage of polkit-qt, but of KAuth instead.
M +2 -1 CMakeLists.txt
--- trunk/KDE/kdelibs/cmake/modules/CMakeLists.txt #1051969:1051970
@@ -3,7 +3,8 @@
set(module_install_dir ${DATA_INSTALL_DIR}/cmake/modules )
# maybe FindHUNSPELL.cmake, FindPolkitQt.cmake don't have to be installed ?
-set(cmakeFilesDontInstall )
+set(cmakeFilesDontInstall
+ FindPolkitQt-1.cmake)
# Explicitely list all files which will be installed.
# We don't use a GLOB anymore so we can have also cmake files here
More information about the Kde-buildsystem
mailing list