Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
0c65fdf3
Commit
0c65fdf3
authored
May 11, 2014
by
Mark Morschhäuser
Browse files
Defined a common prefix for the Qt directory
parent
d968f04b
Changes
1
Show whitespace changes
Inline
Side-by-side
nsis/cockatrice.nsi
View file @
0c65fdf3
...
@@ -9,6 +9,9 @@ OutFile "cockatrice_win32_${TIMESTAMP}_git-${VERSION}.exe"
...
@@ -9,6 +9,9 @@ OutFile "cockatrice_win32_${TIMESTAMP}_git-${VERSION}.exe"
SetCompressor /SOLID lzma
SetCompressor /SOLID lzma
InstallDir "$PROGRAMFILES\Cockatrice"
InstallDir "$PROGRAMFILES\Cockatrice"
; set the Qt install dir here (and make sure you use the latest 4.8 version for packaging)
!define QTDIR "C:\Qt\4.8.6"
!define MUI_ABORTWARNING
!define MUI_ABORTWARNING
!define MUI_WELCOMEFINISHPAGE_BITMAP "leftimage.bmp"
!define MUI_WELCOMEFINISHPAGE_BITMAP "leftimage.bmp"
!define MUI_UNWELCOMEFINISHPAGE_BITMAP "leftimage.bmp"
!define MUI_UNWELCOMEFINISHPAGE_BITMAP "leftimage.bmp"
...
@@ -40,27 +43,27 @@ Section "Application" SecApplication
...
@@ -40,27 +43,27 @@ Section "Application" SecApplication
File ..\build\oracle\Release\oracle.exe
File ..\build\oracle\Release\oracle.exe
File ..\doc\usermanual\Usermanual.pdf
File ..\doc\usermanual\Usermanual.pdf
File ..\build\protobuf-2.5.0\protobuf-2.5.0\vsprojects\Release\libprotobuf.lib
File ..\build\protobuf-2.5.0\protobuf-2.5.0\vsprojects\Release\libprotobuf.lib
File
C:\Qt\4.8.5
\bin\QtCore4.dll
File
"${QTDIR}
\bin\QtCore4.dll
"
File
C:\Qt\4.8.5
\bin\QtGui4.dll
File
"${QTDIR}
\bin\QtGui4.dll
"
File
C:\Qt\4.8.5
\bin\QtNetwork4.dll
File
"${QTDIR}
\bin\QtNetwork4.dll
"
File
C:\Qt\4.8.5
\bin\QtSvg4.dll
File
"${QTDIR}
\bin\QtSvg4.dll
"
File
C:\Qt\4.8.5
\bin\QtXml4.dll
File
"${QTDIR}
\bin\QtXml4.dll
"
File
C:\Qt\4.8.5
\bin\QtMultimedia4.dll
File
"${QTDIR}
\bin\QtMultimedia4.dll
"
SetOutPath "$INSTDIR\zonebg"
SetOutPath "$INSTDIR\zonebg"
File /r ..\zonebg\*.*
File /r ..\zonebg\*.*
SetOutPath "$INSTDIR\plugins"
SetOutPath "$INSTDIR\plugins"
SetOutPath "$INSTDIR\plugins\codecs"
SetOutPath "$INSTDIR\plugins\codecs"
File
C:\Qt\4.8.5
\plugins\codecs\qcncodecs4.dll
File
"${QTDIR}
\plugins\codecs\qcncodecs4.dll
"
File
C:\Qt\4.8.5
\plugins\codecs\qjpcodecs4.dll
File
"${QTDIR}
\plugins\codecs\qjpcodecs4.dll
"
File
C:\Qt\4.8.5
\plugins\codecs\qkrcodecs4.dll
File
"${QTDIR}
\plugins\codecs\qkrcodecs4.dll
"
File
C:\Qt\4.8.5
\plugins\codecs\qtwcodecs4.dll
File
"${QTDIR}
\plugins\codecs\qtwcodecs4.dll
"
SetOutPath "$INSTDIR\plugins\iconengines"
SetOutPath "$INSTDIR\plugins\iconengines"
File
C:\Qt\4.8.5
\plugins\iconengines\qsvgicon4.dll
File
"${QTDIR}
\plugins\iconengines\qsvgicon4.dll
"
SetOutPath "$INSTDIR\plugins\imageformats"
SetOutPath "$INSTDIR\plugins\imageformats"
File
C:\Qt\4.8.5
\plugins\imageformats\qjpeg4.dll
File
"${QTDIR}
\plugins\imageformats\qjpeg4.dll
"
File
C:\Qt\4.8.5
\plugins\imageformats\qsvg4.dll
File
"${QTDIR}
\plugins\imageformats\qsvg4.dll
"
SetOutPath "$INSTDIR\sounds"
SetOutPath "$INSTDIR\sounds"
File /r ..\sounds\*.*
File /r ..\sounds\*.*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment