summaryrefslogtreecommitdiffstats
path: root/lilo-config/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2018-08-25 13:53:12 +0200
committerSlávek Banko <[email protected]>2018-09-01 18:41:35 +0200
commit48c6bba031ea37591a821d9554dd292aee938d58 (patch)
tree1ab8379458f490e75bfc5bac3696cf3c8c9c29db /lilo-config/CMakeLists.txt
parent78e39d59137bcfe1a90e53e8f4c0342d8e0939fd (diff)
downloadtdeadmin-48c6bba031ea37591a821d9554dd292aee938d58.tar.gz
tdeadmin-48c6bba031ea37591a821d9554dd292aee938d58.zip
cmake lilo-config: Always add the USE_KDE definition
There is no reason to build a TQt-only frontend in TDE Fix the names of the auxiliary library targets Fix includes folders Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'lilo-config/CMakeLists.txt')
-rw-r--r--lilo-config/CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/lilo-config/CMakeLists.txt b/lilo-config/CMakeLists.txt
index 6ad5ca1..d6f357d 100644
--- a/lilo-config/CMakeLists.txt
+++ b/lilo-config/CMakeLists.txt
@@ -1,6 +1,7 @@
# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer
+add_definitions( -DUSE_KDE )
+
add_subdirectory( common )
-add_subdirectory( kde )
-#add_subdirectory( qt )
add_subdirectory( kde-qt-common )
+add_subdirectory( kde )