5a985f020d
Change-Id: I3a1ce255d26522d8ad6694c5b0daaa53fb694de3 Reviewed-by: Qt CMake Build Bot Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
9 lines
310 B
CMake
9 lines
310 B
CMake
# special case skip regeneration
|
|
#
|
|
# Copy/Install doc configuration files to the build/install directory
|
|
#
|
|
qt_path_join(doc_install_dir ${QT_INSTALL_DIR} ${INSTALL_DOCDIR})
|
|
qt_copy_or_install(DIRECTORY global DESTINATION ${doc_install_dir})
|
|
qt_copy_or_install(DIRECTORY config DESTINATION ${doc_install_dir})
|
|
|