mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-21 16:31:58 +02:00
FIx macdeploy since plugins are .so now not .dylib
This commit is contained in:
parent
ebd5a98d27
commit
dbbf93bfcd
@ -199,10 +199,10 @@ QT_PLUGINS = [
|
||||
]
|
||||
|
||||
TOMAHAWK_PLUGINS = [
|
||||
'libtomahawk_account_xmpp.dylib',
|
||||
'libtomahawk_account_google.dylib',
|
||||
'libtomahawk_account_twitter.dylib',
|
||||
'libtomahawk_account_zeroconf.dylib',
|
||||
'libtomahawk_account_xmpp.so',
|
||||
'libtomahawk_account_google.so',
|
||||
'libtomahawk_account_twitter.so',
|
||||
'libtomahawk_account_zeroconf.so',
|
||||
]
|
||||
|
||||
QT_PLUGINS_SEARCH_PATH=[
|
||||
|
Loading…
x
Reference in New Issue
Block a user