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
parent
554cdfa40a
commit
3a9cadd9dd
@ -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…
Reference in New Issue