From ba9733aa039d513c4495eae1b5104b9f6d7669c7 Mon Sep 17 00:00:00 2001 From: NissimHadar Date: Wed, 24 Apr 2019 17:40:08 -0700 Subject: [PATCH] Removed test code. --- cmake/macros/PackageLibrariesForDeployment.cmake | 7 ------- 1 file changed, 7 deletions(-) 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