trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: September 2018

Re: porting old code

From: deloptes <deloptes@...>
Date: Sun, 30 Sep 2018 18:31:13 +0200
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