From ea95b847fcc163e80266a3cb749f5a43929746cf Mon Sep 17 00:00:00 2001 From: John Maguire Date: Mon, 7 Jun 2010 19:43:07 +0000 Subject: [PATCH] Update dmg target to stop Qt copying silly plugins. --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 5b80097d4..7640604ce 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -149,7 +149,7 @@ if (APPLE) DEPENDS clementine ) add_custom_target(dmg - macdeployqt ${PROJECT_BINARY_DIR}/clementine.app -dmg + macdeployqt ${PROJECT_BINARY_DIR}/clementine.app -no-plugins -dmg DEPENDS clementine ) else (APPLE)