Update dmg target to stop Qt copying silly plugins.

This commit is contained in:
John Maguire 2010-06-07 19:43:07 +00:00
parent a821f5a505
commit ea95b847fc

View File

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