Serghei Amelian wrote:
If I correct remember, tde_install_icons() is equivalent to KDE_ICON=AUTO. Basically, it will install all icons found in the current directory to right place.
This is the syntax (you will find it in TDEMacros.cmake)
##### tde_install_icons( <icons...> THEME <svgicons> DESTINATION <destdir> ##### ) default theme: hicolor ##### default destination: ${SHARE_INSTALL_DIR}/icons
If "icons" argument are omitted, is equivalent to "*" (wildcard).
OK thank you, this helps a lot and I have plenty to read with that many new pages of information
regards