Hello,
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).
On Sun September 30 2018 19:31:13 deloptes wrote:
deloptes wrote:
Hi, in an old Makefile.am I have KDE_ICON = AUTO what is its meaning? When porting to CMake -do I need to take care of it?
thanks
I found this https://wiki.trinitydesktop.org/Icon_Loading_(KDE3_Architecture)
and in some code
tde_install_icons( ) in the CMakeList.txt.
I need confirmation or better link to documentation on the cmake macros.
thanks