On MS Windows cmake configuration fails at
ruby/qtruby/src/CMakeLists.txt:41 with the following error
install Library TARGETS given no DESTINATION!
but it configures fine on GNU. If I remove "LIBRARY" from line 41:
install(TARGETS qtruby4shared LIBRARY DESTINATION
${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX} )
it configures fine