Gui: Compile CONTRIBUTORS into Qt resources
This commit is contained in:
@@ -3,13 +3,12 @@ configure_file(ThirdPartyLibraries.html
|
||||
${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_DOCDIR}/ThirdPartyLibraries.html COPYONLY)
|
||||
configure_file(LICENSE.html
|
||||
${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_DOCDIR}/LICENSE.html COPYONLY)
|
||||
configure_file(CONTRIBUTORS
|
||||
${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_DOCDIR}/CONTRIBUTORS COPYONLY)
|
||||
|
||||
# The CONTRIBUTORS file is now compiled into the FreeCAD GUI Qt resource file
|
||||
|
||||
INSTALL(FILES
|
||||
ThirdPartyLibraries.html
|
||||
LICENSE.html
|
||||
CONTRIBUTORS
|
||||
DESTINATION ${CMAKE_INSTALL_DOCDIR}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user