1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 14:16:32 +02:00

Include all plugins on windows

This commit is contained in:
Dominik Schmidt
2012-05-21 02:17:38 +02:00
parent b2e233b127
commit 41074e15d1

View File

@@ -280,7 +280,8 @@ Section "Tomahawk Player" SEC_TOMAHAWK_PLAYER
File "${INSTALL_PATH}\bin\libtomahawk_portfwd.dll" File "${INSTALL_PATH}\bin\libtomahawk_portfwd.dll"
File "${INSTALL_PATH}\bin\libtomahawk_lastfm2.dll" File "${INSTALL_PATH}\bin\libtomahawk_lastfm2.dll"
File "${INSTALL_PATH}\bin\libtomahawklib.dll" File "${INSTALL_PATH}\bin\libtomahawklib.dll"
File "${INSTALL_PATH}\lib\libtomahawk_account_*.dll" ; plugins
File "${INSTALL_PATH}\lib\libtomahawk_*_*.dll"
!endif !endif
!ifndef INSTALL_PATH !ifndef INSTALL_PATH
;Main executable. ;Main executable.
@@ -293,7 +294,8 @@ Section "Tomahawk Player" SEC_TOMAHAWK_PLAYER
File "${BUILD_PATH}\libqxtweb-standalone.dll" File "${BUILD_PATH}\libqxtweb-standalone.dll"
File "${BUILD_PATH}\libtomahawk_portfwd.dll" File "${BUILD_PATH}\libtomahawk_portfwd.dll"
File "${BUILD_PATH}\libtomahawk_lastfm2.dll" File "${BUILD_PATH}\libtomahawk_lastfm2.dll"
File "${BUILD_PATH}\libtomahawk_account_*.dll" ; plugins
File "${BUILD_PATH}\libtomahawk_*_*.dll"
!endif !endif
;License & release notes. ;License & release notes.