[CMake] FindQt4 with Official Nokia install

Michael Jackson mike.jackson at bluequartz.net
Mon Jan 9 14:11:27 EST 2012


We tried with CMake 2.8.7 and had the same results. I installed on my own machine and was able to compile successfully so it must be something add with their setup. I guess. Thanks for the sanity check.

--
Mike Jackson <www.bluequartz.net>

On Jan 9, 2012, at 2:10 PM, Clinton Stimpson wrote:

> On Monday, January 09, 2012 11:26:15 am Michael Jackson wrote:
>> I am having an issue with my project compiling against the Official Nokia
>> Qt4 downloaded from Nokia. The issue (I think) is that for some reason
>> when FindQt4 is running it determines that QT_USE_FRAMEWORKS is false and
>> so I don't get all of the proper include directories. Namely the
>> -F/Path/To/Frameworks on the compile line which makes code like
>> 
>> #include <QtGui/QPushButton> fail.
>> 
>>  Is anyone else having issues compiling their projects against the
>> official Nokia Qt downloads? I usually build Qt myself but a colleague of
>> mine is using the prebuilt binaries and ran into this problem.
>> 
>> Thanks for any sanity check. Just trying to figure out where the possibly
>> bug lies. I am going to assume it is in my code somewhere since I don't
>> remember any one else complaining about the same thing.
>> 
> 
> It works for me.  But perhaps you're hitting a bug that was fixed in CMake 
> 2.8.6.
> 
> -- 
> Clinton Stimpson
> Elemental Technologies, Inc
> Computational Simulation Software, LLC
> www.csimsoft.com



More information about the CMake mailing list