diff --git a/cmake/macros/PackageLibrariesForDeployment.cmake b/cmake/macros/PackageLibrariesForDeployment.cmake index fa7f52993b..29f4617a6f 100644 --- a/cmake/macros/PackageLibrariesForDeployment.cmake +++ b/cmake/macros/PackageLibrariesForDeployment.cmake @@ -36,13 +36,6 @@ macro(PACKAGE_LIBRARIES_FOR_DEPLOYMENT) endif () # add a post-build command to call windeployqt to copy Qt plugins -message("+++++++++++++++++++++++++++++++++++++") -message(STATUS ${TARGET_NAME}) -message(STATUS ${QT_DIR}) -message(STATUS ${TARGET_FILE}) -message(STATUS ${WINDEPLOYQT_COMMAND}) -message(STATUS ${EXTRA_DEPLOY_OPTIONS}) -message("-------------------------------------") add_custom_command( TARGET ${TARGET_NAME} POST_BUILD