From e49bbfe91f3cbdb544d27c03d93b73d0b4b2894c Mon Sep 17 00:00:00 2001 From: Andre Bernet Date: Thu, 5 Jan 2017 23:24:29 +0100 Subject: [PATCH] Cleanup --- companion/src/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/companion/src/CMakeLists.txt b/companion/src/CMakeLists.txt index 02dccf582..bdecaf96d 100644 --- a/companion/src/CMakeLists.txt +++ b/companion/src/CMakeLists.txt @@ -434,7 +434,6 @@ set(CPACK_STRIP_FILES FALSE) IF(APPLE) set(plugin_dest_dir ${COMPANION_NAME}.app/Contents/Plugins) set(qtconf_dest_dir ${COMPANION_NAME}.app/Contents/Resources) - set(translations_dest_dir ${COMPANION_NAME}.app/Contents/translations) set(APPS "\${CMAKE_INSTALL_PREFIX}/${COMPANION_NAME}.app") set_target_properties(${COMPANION_NAME} PROPERTIES MACOSX_BUNDLE_BUNDLE_NAME "Companion ${VERSION_MAJOR}.${VERSION_MINOR}") set_target_properties(${SIMULATOR_NAME} PROPERTIES MACOSX_BUNDLE_BUNDLE_NAME "Simulator ${VERSION_MAJOR}.${VERSION_MINOR}")