FindQt4 macro to support one of the feature from Qt master (QML).

Dan Meltzer parallelgrapefruit at gmail.com
Tue Feb 16 18:07:54 GMT 2010


On Mon, Feb 15, 2010 at 11:32 PM, Alexis Ménard <menard at kde.org> wrote:
> Hello,
>
>
> The attached patch allow to build and link application using Qt
> Declarative module (QML). Is it ok to commit that in the trunk or i
> have to wait the official release of Qt 4.7? The build of Plasma
> mobile (playground) is deactivated otherwise. To be honest it's a pain
> to carry the patch around.
>
> If it's not possible, when you add a cmake script in cmake/modules of
> your project which one cmake pick first? It seems that it takes the
> one in the standard dirs first.

For this half, you can do something like
set( CMAKE_MODULE_PATH cmake/modules ${CMAKE_MODULE_PATH} )

to make it prefer local modules first.
>
> Thanks.
>




More information about the kde-core-devel mailing list