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: 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

Regarding building QML modules

2015-02-03 Thread Aleix Pol
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 sense, I would have done it like that since the beginning if it wasn't because Qt