mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Win32: Add some text regarding QTDIR and AQBANKING_WITH_QT.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15920 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
0702cf7255
commit
3c9babbcf2
@ -19,9 +19,13 @@ to $MSYS_DIR
|
||||
from http://www.mingw.org/download.shtml -> Current -> mingwPORT -> (bin, wget-*)
|
||||
to $DOWNLOAD_DIR
|
||||
|
||||
* Look at defaults and optionally create a file named custom to specify
|
||||
adapted directory variables. If you want verbose output of any script
|
||||
step, add "set -x" to custom.
|
||||
* Look at defaults and create a file named custom to specify adapted directory
|
||||
variables. If you want verbose output of any script
|
||||
step, add "set -x" to that file.
|
||||
|
||||
* Either, download Qt from http://www.trolltech.com/developer/downloads/qt/windows,
|
||||
install it and set QTDIR in custom, like "QTDIR=/c/Qt/4.2.3"; or skip building
|
||||
the AqBanking Setup Wizard by specifying "AQBANKING_WITH_QT=no".
|
||||
|
||||
Start/Enter any MSYS shell window. Let the automated build begin by:
|
||||
|
||||
|
@ -231,6 +231,8 @@ set_default KTOBLZCHECK_URL "$SF_MIRROR/ktoblzcheck/ktoblzcheck-1.13.tar.gz"
|
||||
set_default AQBANKING_URL "$SF_MIRROR/aqbanking/aqbanking-2.2.9.tar.gz"
|
||||
set_default AQBANKING_DIR $GLOBAL_DIR\\aqbanking
|
||||
set_default AQBANKING_WITH_QT yes
|
||||
# If set to yes, download Qt from http://www.trolltech.com/developer/downloads/qt/windows,
|
||||
# install it and set QTDIR in custom, like "QTDIR=/c/Qt/4.2.3".
|
||||
|
||||
set_default DOCBOOK_XSL_URL "$SF_MIRROR/docbook/docbook-xsl-1.72.0.zip"
|
||||
set_default DOCS_URL "http://svn.gnucash.org/repo/gnucash-docs/trunk"
|
||||
|
@ -791,6 +791,7 @@ function inst_qt4() {
|
||||
# already useful in itself and that's why it has already been
|
||||
# added.
|
||||
|
||||
[ "$QTDIR" ] || die "QTDIR is not set. Please install Qt and set that variable in custom, or deactivate AQBANKING_WITH_QT"
|
||||
export QTDIR=`unix_path ${QTDIR}` # help configure of aqbanking
|
||||
_QTDIR=$QTDIR
|
||||
# This section creates .la files for the Qt-4 DLLs so that
|
||||
|
Loading…
Reference in New Issue
Block a user