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:
@@ -1 +1 @@
|
|||||||
90
|
92
|
@@ -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"
|
||||||
|
Reference in New Issue
Block a user