1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-02 12:20:45 +02:00

FIx macdeploy since plugins are .so now not .dylib

This commit is contained in:
Leo Franchi
2012-05-18 16:06:04 -04:00
parent ebd5a98d27
commit dbbf93bfcd

View File

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