--- ray/src/rt/CMakeLists.txt 2017/08/10 16:59:35 1.15 +++ ray/src/rt/CMakeLists.txt 2017/08/17 21:32:29 1.16 @@ -78,12 +78,12 @@ if(NOT BUILD_HEADLESS) get_target_property(GIF_PLUGIN Qt5::QGifPlugin LOCATION) get_target_property(ICO_PLUGIN Qt5::QICOPlugin LOCATION) get_target_property(JPEG_PLUGIN Qt5::QJpegPlugin LOCATION) - get_target_property(MNG_PLUGIN Qt5::QMngPlugin LOCATION) + #get_target_property(MNG_PLUGIN Qt5::QMngPlugin LOCATION) get_target_property(TIFF_PLUGIN Qt5::QTiffPlugin LOCATION) install(PROGRAMS "${GIF_PLUGIN}" DESTINATION bin/plugins/imageformats) install(PROGRAMS "${ICO_PLUGIN}" DESTINATION bin/plugins/imageformats) install(PROGRAMS "${JPEG_PLUGIN}" DESTINATION bin/plugins/imageformats) - install(PROGRAMS "${MNG_PLUGIN}" DESTINATION bin/plugins/imageformats) + #install(PROGRAMS "${MNG_PLUGIN}" DESTINATION bin/plugins/imageformats) install(PROGRAMS "${TIFF_PLUGIN}" DESTINATION bin/plugins/imageformats) install(FILES ${CMAKE_SOURCE_DIR}/InstallRules/qt.conf DESTINATION bin)