[CMake] FindQt4 with Official Nokia install

2012-01-09 Thread Michael Jackson
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

Re: [CMake] FindQt4 with Official Nokia install

2012-01-09 Thread Clinton Stimpson
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

Re: [CMake] FindQt4 with Official Nokia install

2012-01-09 Thread Michael Jackson
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

Re: [CMake] FindQt4 with Official Nokia install

2012-01-09 Thread Michael Jackson
Some more info. When running cmake I get the following output when looking for Qt4: cmake 2.8.7 -- Looking for Q_WS_X11 -- Looking for Q_WS_X11 - not found. -- Looking for Q_WS_WIN -- Looking for Q_WS_WIN - not found. -- Looking for Q_WS_QWS -- Looking for Q_WS_QWS - not found. -- Looking for