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
Radiance-dev@radiance-online.org
http://www.radiance-online.org/mailman/listinfo/radiance-dev

Reply via email to