1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-07 06:36:55 +02:00

* Added imageformats plugins to installer.

This commit is contained in:
Christian Muehlhaeuser
2011-03-24 21:41:07 +00:00
parent 9c339ac55d
commit 4e878a8517
2 changed files with 8 additions and 1 deletions

View File

@@ -1 +1 @@
90 92

View File

@@ -23,6 +23,7 @@
!define BUILD_PATH "${ROOT_PATH}\build" !define BUILD_PATH "${ROOT_PATH}\build"
!define QT_DLL_PATH "${MING_BIN}" !define QT_DLL_PATH "${MING_BIN}"
!define SQLITE_DLL_PATH "${MING_LIB}/qt4/plugins/sqldrivers" !define SQLITE_DLL_PATH "${MING_LIB}/qt4/plugins/sqldrivers"
!define IMAGEFORMATS_DLL_PATH "${MING_LIB}/qt4/plugins/imageformats"
;----------------------------------------------------------------------------- ;-----------------------------------------------------------------------------
; Increment installer revision number as part of this script. ; Increment installer revision number as part of this script.
@@ -292,6 +293,12 @@ Section "Tomahawk Player" SEC_TOMAHAWK_PLAYER
SetOutPath "$INSTDIR\sqldrivers" SetOutPath "$INSTDIR\sqldrivers"
File "${SQLITE_DLL_PATH}\qsqlite4.dll" File "${SQLITE_DLL_PATH}\qsqlite4.dll"
SetOutPath "$INSTDIR" SetOutPath "$INSTDIR"
;Image plugins
SetOutPath "$INSTDIR\imageformats"
File "${IMAGEFORMATS_DLL_PATH}\qgif4.dll"
File "${IMAGEFORMATS_DLL_PATH}\qjpeg4.dll"
SetOutPath "$INSTDIR"
;Cygwin/c++ stuff ;Cygwin/c++ stuff
;File "${MING_DLL_PATH}\cygmad-0.dll" ;File "${MING_DLL_PATH}\cygmad-0.dll"