diff --git a/Documentation/DeveloperQtHelpTarget/CMakeLists.txt b/Documentation/DeveloperQtHelpTarget/CMakeLists.txt index 1ef941ad0cb7cb3a1dcc3d235332cb8920e617fe..1919212b8520b2f245ceabbab0438baea513fd5e 100644 --- a/Documentation/DeveloperQtHelpTarget/CMakeLists.txt +++ b/Documentation/DeveloperQtHelpTarget/CMakeLists.txt @@ -22,6 +22,7 @@ IF (DOXYGEN_FOUND) # Remove directory with temporary html files after build #add_custom_command(TARGET doc-DeveloperQtHelp POST_BUILD COMMAND ${CMAKE_COMMAND} -E remove_directory ${developer_html_doc_dir}) + message("developer: remove ${developer_html_doc_dir}") # On apple we take the whole directory, so we don't need this extra install command if ( NOT APPLE )