mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Ship the gnucash binary including the Qt DLLs. #457228
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16341 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -185,7 +185,11 @@ function dist_gnucash() {
|
||||
mkdir -p $DIST_UDIR/share
|
||||
cp -a $_INSTALL_UDIR/share/{gnucash,pixmaps,xml} $DIST_UDIR/share
|
||||
cp -a $_REPOS_UDIR/packaging/win32/install-fq-mods.bat $DIST_UDIR/bin
|
||||
cp -a $_BUILD_UDIR/packaging/win32/gnucash.iss $_GNUCASH_UDIR
|
||||
|
||||
_QTDIR_WIN=`echo $QTDIR | sed 's,^/\([A-Za-z]\)/,\1:/,g' `
|
||||
sed < $_BUILD_UDIR/packaging/win32/gnucash.iss \
|
||||
> $_GNUCASH_UDIR/gnucash.iss \
|
||||
-e "s#@-qtbindir-@#${_QTDIR_WIN}/bin#g"
|
||||
}
|
||||
|
||||
function finish() {
|
||||
|
||||
@@ -77,6 +77,17 @@ Source: "@prefix@\..\dist\lib\*"; DestDir: "{app}\lib"; Flags: recursesubdirs; C
|
||||
Source: "@prefix@\..\dist\libexec\*"; DestDir: "{app}\libexec"; Flags: recursesubdirs; Components: main
|
||||
Source: "@prefix@\..\dist\share\*"; DestDir: "{app}\share"; Flags: recursesubdirs; Components: main
|
||||
|
||||
; Additionally, we ship the Qt DLLs because the Online-Banking-Wizard
|
||||
; lib/aqbanking/plugins/16/wizards/qt3-wizard.exe needs them.
|
||||
Source: "@-qtbindir-@\QtCore4.dll"; DestDir: "{app}\bin"; Flags: ignoreversion
|
||||
Source: "@-qtbindir-@\QtGui4.dll"; DestDir: "{app}\bin"; Flags: ignoreversion
|
||||
Source: "@-qtbindir-@\mingwm10.dll"; DestDir: "{app}\bin"; Flags: ignoreversion
|
||||
; The following are all needed by Qt3Support
|
||||
Source: "@-qtbindir-@\Qt3Support4.dll"; DestDir: "{app}\bin"; Flags: ignoreversion
|
||||
Source: "@-qtbindir-@\QtXml4.dll"; DestDir: "{app}\bin"; Flags: ignoreversion
|
||||
Source: "@-qtbindir-@\QtSql4.dll"; DestDir: "{app}\bin"; Flags: ignoreversion
|
||||
Source: "@-qtbindir-@\QtNetwork4.dll"; DestDir: "{app}\bin"; Flags: ignoreversion
|
||||
|
||||
;; The translations (no idea why mingw installs them in prefix/lib/locale)
|
||||
;Source: "@prefix@\..\dist\lib\locale\*"; DestDir: "{app}\lib\locale"; Flags: recursesubdirs; Components: translations
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user