Hi Randolph,

I changed InstallRules\CMakeLists.txt to wrap the Qt lib calls in double quotes 
and sent to Greg, so that change will filter up to HEAD at some point. Also 
know that a more direct fix for this is to explicitly point to the qmake 
executable in cmake, with the QT_QMAKE_EXECUTABLE variable. I use this myself, 
because my Qt install is a little funky and is not exposed at the system level. 
Lemmeknow if you want more info on this. 

- Rob



-----Original Message-----
From: Randolph M. Fritz [mailto:[email protected]] 
Sent: Wednesday, June 26, 2013 7:46 PM
To: [email protected]
Subject: Re: [Radiance-dev] cmake / VS 2010 Express build problem

Got it.

This is a bug, due to missing quotes in InstallRules\CMakeLists.txt.

Lines 18-23 of that file should read:
get_filename_component(qgif_plugin "${QT_QGIF_${qt_plugin_term}_RELEASE}" NAME) 
get_filename_component(qico_plugin "${QT_QICO_${qt_plugin_term}_RELEASE}" NAME) 
get_filename_component(qjpeg_plugin "${QT_QJPEG_${qt_plugin_term}_RELEASE}"
NAME)
get_filename_component(qmng_plugin "${QT_QMNG_${qt_plugin_term}_RELEASE}" NAME) 
get_filename_component(qsvg_plugin "${QT_QSVG_${qt_plugin_term}_RELEASE}" NAME) 
get_filename_component(qtiff_plugin "${QT_QTIFF_${qt_plugin_term}_RELEASE}"
NAME)

Not sure if I have an old version of InstallRules\CMakeLists.txt or if my 
configuration is different.


_______________________________________________
Radiance-dev mailing list
[email protected]
http://www.radiance-online.org/mailman/listinfo/radiance-dev

_______________________________________________
Radiance-dev mailing list
[email protected]
http://www.radiance-online.org/mailman/listinfo/radiance-dev

Reply via email to