Updated ProxSpace

This commit is contained in:
Gator96100 2016-10-31 22:04:38 +01:00
parent 0565d54ef3
commit 7d4bfb6fe4
40881 changed files with 3752088 additions and 4038573 deletions

View file

@ -0,0 +1,11 @@
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()