Re: Regarding building QML modules

2015-02-04 Thread Andreas Pakulat
Hi Aleix, On Wed, Feb 4, 2015 at 1:27 AM, Aleix Pol aleix...@kde.org wrote: Hi, I received this bug report [1], I guess this should be figured out. It suggests using add_library(MODULE) instead of add_library(SHARED) for QML modules, as they are not meant to be linked to. I think it makes

Re: Review Request 122359: Create an uninstall target by default in KDE projects.

2015-02-04 Thread Alex Merry
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/122359/ --- (Updated Feb. 4, 2015, 6:32 p.m.) Status -- This change has been

Re: Review Request 122359: Create an uninstall target by default in KDE projects.

2015-02-04 Thread Alex Merry
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/122359/ --- (Updated Feb. 4, 2015, 6:31 p.m.) Review request for Extra Cmake

Re: Review Request 122359: Create an uninstall target by default in KDE projects.

2015-02-04 Thread Alex Merry
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/122359/ --- (Updated Feb. 4, 2015, 6:32 p.m.) Status -- This change has been

Re: make uninstall

2015-02-04 Thread Alex Merry
On Monday 02 February 2015 21:49:22 Albert Astals Cid wrote: El Divendres, 30 de gener de 2015, a les 10:47:22, Alex Merry va escriure: On Friday 30 January 2015 10:44:23 Alex Merry wrote: Over on kde-frameworks-devel, there have been several requests to bring back `make uninstall` for

Re: Review Request 122193: ECMGenerateHeaders: look for lower-case.h if lowercase.h does not exist

2015-02-04 Thread Friedrich W. H. Kossebau
On Jan. 29, 2015, 11:15 nachm., Friedrich W. H. Kossebau wrote: Aha, am not the only one with a patch about Various projects use various naming conventions, so supporting only lowercase.h headers in ECMGenerateHeaders is a bit limiting :) Just that my case are CamelCase.h headers, see

Re: Regarding building QML modules

2015-02-04 Thread Aleix Pol
On Wed, Feb 4, 2015 at 9:42 AM, Andreas Pakulat ap...@gmx.de wrote: Hi Aleix, On Wed, Feb 4, 2015 at 1:27 AM, Aleix Pol aleix...@kde.org wrote: Hi, I received this bug report [1], I guess this should be figured out. It suggests using add_library(MODULE) instead of add_library(SHARED) for