Added macdeployqt to local builds for nitpick.

This commit is contained in:
NissimHadar 2019-04-29 12:36:02 -07:00
parent 7eaa45f5c1
commit 52636564a1

View file

@ -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()