Deploy clementine-tagreader on mac.

This commit is contained in:
John Maguire 2012-01-09 11:24:34 +00:00
parent 8d19432aa3
commit aa20c2b226
2 changed files with 4 additions and 2 deletions

5
dist/macdeploy.py vendored
View File

@ -369,8 +369,9 @@ FixPlugin(FindGstreamerPlugin('gst-plugin-scanner'), '.')
try:
FixPlugin('clementine-spotifyblob', '.')
except:
print 'Failed to find spotify blob'
FixPlugin('clementine-tagreader', '.')
except Exception, e:
print 'Failed to find spotify blob: %s' % e
for plugin in QT_PLUGINS:
FixPlugin(FindQtPlugin(plugin), os.path.dirname(plugin))

View File

@ -1127,6 +1127,7 @@ target_link_libraries(clementine
if(HAVE_SPOTIFY_BLOB)
add_dependencies(clementine clementine-spotifyblob)
endif(HAVE_SPOTIFY_BLOB)
add_dependencies(clementine clementine-tagreader)
set_target_properties(clementine PROPERTIES
MACOSX_BUNDLE_INFO_PLIST "../dist/Info.plist"