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

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/2/head
Slávek Banko 4 years ago
parent d37708263a
commit aea5af9ccf
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