ProxSpace/Qt/5.6/lib/cmake/Qt5Help/Qt5HelpConfigExtras.cmake
2016-10-31 22:04:38 +01:00

11 lines
363 B
CMake

if (NOT TARGET Qt5::qcollectiongenerator)
add_executable(Qt5::qcollectiongenerator IMPORTED)
set(imported_location "${_qt5Help_install_prefix}/bin/qcollectiongenerator.exe")
_qt5_Help_check_file_exists(${imported_location})
set_target_properties(Qt5::qcollectiongenerator PROPERTIES
IMPORTED_LOCATION ${imported_location}
)
endif()