From 40bd056979327608e919754e9fec1e68950be800 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sun, 23 Oct 2011 22:42:12 +0000 Subject: Fix kdebase conditional builds Thanks to Fat-Zer for the patch! git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1260420 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdmlib/CMakeLists.txt | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'kdmlib') diff --git a/kdmlib/CMakeLists.txt b/kdmlib/CMakeLists.txt index d15d427e1..f3e8d708e 100644 --- a/kdmlib/CMakeLists.txt +++ b/kdmlib/CMakeLists.txt @@ -73,9 +73,11 @@ endif( ) ##### kompmgr (executable) ####################### -tde_add_executable( kdmtsak - SOURCES kdmtsak.cpp - LINK ${TQT_LIBRARIES} - DESTINATION ${BIN_INSTALL_DIR} - SETUID -) \ No newline at end of file +if( BUILD_TSAK ) + tde_add_executable( kdmtsak + SOURCES kdmtsak.cpp + LINK ${TQT_LIBRARIES} + DESTINATION ${BIN_INSTALL_DIR} + SETUID + ) +endif( BUILD_TSAK ) -- cgit v1.2.3