Use the TDE CMake macro to install icons instead of the KDE3 macro.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit aea5af9ccf)
r14.0.x
Slávek Banko 4 years ago
parent 554cdfa40a
commit 3a9cadd9dd
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -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( )

Loading…
Cancel
Save