diff options
author | Slávek Banko <[email protected]> | 2020-05-28 15:02:56 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-05-28 15:03:17 +0200 |
commit | 3a9cadd9dd044e1adcf06fb53d6afc46ad040a04 (patch) | |
tree | 434c992187380de86bb123c24aaa51b1f21834c7 | |
parent | 554cdfa40a291df2d38e35a89c20dd1e4ebf799d (diff) | |
download | kbfx-3a9cadd9dd044e1adcf06fb53d6afc46ad040a04.tar.gz kbfx-3a9cadd9dd044e1adcf06fb53d6afc46ad040a04.zip |
Use the TDE CMake macro to install icons instead of the KDE3 macro.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit aea5af9ccfdd447e0bac24a1c7b872601623b52d)
-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( ) |