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:
@@ -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=[
|
||||||
|
Reference in New Issue
Block a user