mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-07-31 12:00:11 -07:00
Updated ProxSpace
This commit is contained in:
parent
0565d54ef3
commit
7d4bfb6fe4
40881 changed files with 3752088 additions and 4038573 deletions
11
Qt/5.6/lib/cmake/Qt5Help/Qt5HelpConfigExtras.cmake
Normal file
11
Qt/5.6/lib/cmake/Qt5Help/Qt5HelpConfigExtras.cmake
Normal 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()
|
Loading…
Add table
Add a link
Reference in a new issue