summaryrefslogtreecommitdiffstats
path: root/doc/CMakeLists.txt
blob: f81cca7a33f37b60c60c5f8242583e7aaf4fdfc1 (plain)
1
2
3
4
5
6
7
#
# 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})