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