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

Alexis Ménard menard at kde.org
Tue Feb 16 22:39:17 GMT 2010


On Tue, Feb 16, 2010 at 7:07 PM, Dan Meltzer
<parallelgrapefruit at gmail.com> wrote:
> 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} )

This doesn't work. It picks the FindQt4 in standard dirs.

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




More information about the kde-core-devel mailing list