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