Re: [CMake] QT4 Module Patch Request

2013-02-26 Thread Stephen Kelly
Nicolas Tisserand wrote: > Hi, > >> Date: Tue, 26 Feb 2013 20:25:42 +0100 >> From: Stephen Kelly >> Subject: Re: [CMake] QT4 Module Patch Request >> To: cmake@cmake.org >> Message-ID: >> Content-Type: text/plain; charset="ISO-8859-1" &g

Re: [CMake] QT4 Module Patch Request

2013-02-26 Thread Nicolas Tisserand
Hi, > Date: Tue, 26 Feb 2013 20:25:42 +0100 > From: Stephen Kelly > Subject: Re: [CMake] QT4 Module Patch Request > To: cmake@cmake.org > Message-ID: > Content-Type: text/plain; charset="ISO-8859-1" > > Could you try this instead? Yes, that works equally wel

Re: [CMake] QT4 Module Patch Request

2013-02-26 Thread Stephen Kelly
Nicolas Tisserand wrote: > Hi, > Hope that helps! Could you try this instead? diff --git a/Modules/FindQt4.cmake b/Modules/FindQt4.cmake index 078c031..4c98a6d 100644 --- a/Modules/FindQt4.cmake +++ b/Modules/FindQt4.cmake @@ -965,13 +965,17 @@ if (QT_QMAKE_EXECUTABLE AND QTVERSION) macr

[CMake] QT4 Module Patch Request

2013-02-26 Thread Nicolas Tisserand
Hi, We're using CMake in a project that depends upon a custom-built Qt version configured using -no-xmlpatterns. We are currently using 2.8.10.2 without problems, but, because I wanted to try the ninja support improvements, I downloaded the latest nightly build for windows and gave it a run on ou