1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-01 03:40:16 +02:00

Fix macdeploy and build shared instead of MODULE, we don't want .so's on osx either. domme: confirm plz :)

This commit is contained in:
Leo Franchi
2012-03-12 17:23:02 -04:00
parent c511841f57
commit c88058358e
5 changed files with 9 additions and 9 deletions

View File

@@ -199,10 +199,10 @@ QT_PLUGINS = [
]
TOMAHAWK_PLUGINS = [
'libtomahawk_account_xmpp.so.dylib',
'libtomahawk_account_google.so.dylib',
'libtomahawk_account_twitter.so.dylib',
'libtomahawk_account_zeroconf.so.dylib',
'libtomahawk_account_xmpp.dylib',
'libtomahawk_account_google.dylib',
'libtomahawk_account_twitter.dylib',
'libtomahawk_account_zeroconf.dylib',
]
QT_PLUGINS_SEARCH_PATH=[