ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/InstallRules/CMakeLists.txt
(Generate patch)

Comparing ray/InstallRules/CMakeLists.txt (file contents):
Revision 1.4 by greg, Tue Jun 19 16:41:47 2012 UTC vs.
Revision 1.5 by greg, Fri Jun 28 01:10:16 2013 UTC

# Line 15 | Line 15 | if(TIFF_LIBRARY)
15   endif()
16  
17   #plugins loaded by rvu at runtime
18 < get_filename_component(qgif_plugin ${QT_QGIF_${qt_plugin_term}_RELEASE} NAME)
19 < get_filename_component(qico_plugin ${QT_QICO_${qt_plugin_term}_RELEASE} NAME)
20 < get_filename_component(qjpeg_plugin ${QT_QJPEG_${qt_plugin_term}_RELEASE} NAME)
21 < get_filename_component(qmng_plugin ${QT_QMNG_${qt_plugin_term}_RELEASE} NAME)
22 < get_filename_component(qsvg_plugin ${QT_QSVG_${qt_plugin_term}_RELEASE} NAME)
23 < get_filename_component(qtiff_plugin ${QT_QTIFF_${qt_plugin_term}_RELEASE} NAME)
18 > get_filename_component(qgif_plugin "${QT_QGIF_${qt_plugin_term}_RELEASE}" NAME)
19 > get_filename_component(qico_plugin "${QT_QICO_${qt_plugin_term}_RELEASE}" NAME)
20 > get_filename_component(qjpeg_plugin "${QT_QJPEG_${qt_plugin_term}_RELEASE}" NAME)
21 > get_filename_component(qmng_plugin "${QT_QMNG_${qt_plugin_term}_RELEASE}" NAME)
22 > get_filename_component(qsvg_plugin "${QT_QSVG_${qt_plugin_term}_RELEASE}" NAME)
23 > get_filename_component(qtiff_plugin "${QT_QTIFF_${qt_plugin_term}_RELEASE}" NAME)
24  
25   configure_file(
26     "${CMAKE_CURRENT_SOURCE_DIR}/dependencies.cmake.in"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines