[CMake] FindQt4 QT_LIBRARIES

2010-07-29 Thread Hicham Mouline
Hello,I have looked at  FindQt4.cmake module for 2.8.2, but I can't find the code that sets the QT_LIBRARIES variable.Could someone point that out?Regards,___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [CMake] FindQt4 QT_LIBRARIES

2010-07-29 Thread Michael Wild
On 29. Jul, 2010, at 10:47 , Hicham Mouline wrote: Hello,I have looked at FindQt4.cmake module for 2.8.2, but I can't find the code that sets the QT_LIBRARIES variable.Could someone point that out?Regards It's in UseQt4.cmake. HTH Michael ___

Re: [CMake] FindQt4 QT_LIBRARIES

2010-07-29 Thread Hicham Mouline
On 29. Jul, 2010, at 10:47 , Hicham Mouline wrote: Hello,I have looked at FindQt4.cmake module for 2.8.2, but I can't find the code that sets the QT_LIBRARIES variable.Could someone point that out?Regards It's in UseQt4.cmake. HTH Michael I am now trying to link against QT debug

Re: [CMake] FindQt4 QT_LIBRARIES

2010-07-29 Thread John Drescher
Hello,I have looked at  FindQt4.cmake module for 2.8.2, but I can't find the code that sets the QT_LIBRARIES variable.Could someone point that out?Regards It's in UseQt4.cmake. HTH Michael I am now trying to link against QT debug libariries in the RelWithDebInfo cmake configuation

Re: [CMake] FindQt4 QT_LIBRARIES

2010-07-29 Thread Hicham Mouline
Hello,I have looked at  FindQt4.cmake module for 2.8.2, but I can't find the code that sets the QT_LIBRARIES variable.Could someone point that out?Regards It's in UseQt4.cmake. HTH Michael I am now trying to link against QT debug libariries in the RelWithDebInfo cmake configuation case.

Re: [CMake] FindQt4 QT_LIBRARIES

2010-07-29 Thread John Drescher
It does crash currently with release libs for relwithdebingfo config. If I link against debug libs, it doesn't crash. The question is: when config is relwithdebingfo, how can I get TARGET_LINK_LIBRARIES to pick the debug version of the libs from QT_LIBRARIES? I use Qt release libs with my

Re: [CMake] FindQt4 QT_LIBRARIES

2010-07-29 Thread Hicham Mouline
-Original Message- From: John Drescher [mailto:dresche...@gmail.com] Sent: 29 July 2010 21:35 To: Hicham Mouline; CMake mailing list Subject: Re: [CMake] FindQt4 QT_LIBRARIES It does crash currently with release libs for relwithdebingfo config. If I link against debug libs, it doesn't