From 52636564a1a0818e5de27680f76243cd28daf85c Mon Sep 17 00:00:00 2001 From: NissimHadar Date: Mon, 29 Apr 2019 12:36:02 -0700 Subject: [PATCH] Added macdeployqt to local builds for nitpick. --- tools/nitpick/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/nitpick/CMakeLists.txt b/tools/nitpick/CMakeLists.txt index 44eace5e70..6076f80c16 100644 --- a/tools/nitpick/CMakeLists.txt +++ b/tools/nitpick/CMakeLists.txt @@ -195,5 +195,7 @@ if (WIN32) set(TARGET_INSTALL_DIR ${NITPICK_INSTALL_DIR}) set(TARGET_INSTALL_COMPONENT ${CLIENT_COMPONENT}) + package_libraries_for_deployment() +elseif (APPLE) package_libraries_for_deployment() endif()