diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-05-28 15:02:56 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-05-28 15:02:56 +0200 |
commit | aea5af9ccfdd447e0bac24a1c7b872601623b52d (patch) | |
tree | 94ec363e59a03efbfc6b1124531d7b613d143a19 /images | |
parent | d37708263a024b5b2ccdeb12d8aa6f3fffa98ea0 (diff) | |
download | kbfx-aea5af9ccfdd447e0bac24a1c7b872601623b52d.tar.gz kbfx-aea5af9ccfdd447e0bac24a1c7b872601623b52d.zip |
Use the TDE CMake macro to install icons instead of the KDE3 macro.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'images')
-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( ) |