diff options
Diffstat (limited to 'lilo-config/CMakeLists.txt')
-rw-r--r-- | lilo-config/CMakeLists.txt | 5 |
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 ) |