diff options
-rw-r--r-- | images/CMakeLists.txt | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/images/CMakeLists.txt b/images/CMakeLists.txt index 6482f38..784b4cd 100644 --- a/images/CMakeLists.txt +++ b/images/CMakeLists.txt @@ -1,5 +1,3 @@ -IF (NOT USE_KDE4) - KDE3_INSTALL_ICONS(hicolor) -ELSE (NOT USE_KDE4) - KDE4_INSTALL_ICONS(hicolor) -ENDIF (NOT USE_KDE4) +##### install icons + +tde_install_icons( ) |