backport: don't build the KCM by default

svn path=/branches/partitionmanager/1.0/partitionmanager/; revision=1014084
This commit is contained in:
Volker Lanz 2009-08-21 12:11:02 +00:00
parent ca66189f2d
commit 36e6a319ca
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ endif(PARTMAN_KPART)
############################################
option(PARTMAN_KCM "Build a kcm for KDE Partition Manager" ON)
option(PARTMAN_KCM "Build a kcm for KDE Partition Manager" OFF)
if(PARTMAN_KCM)
file(GLOB partitionmanagerkcm_SRCS kcm/partitionmanagerkcm.cpp)