mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Bug #615317 - Windows installer requires Qt libraries
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19075 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -21,6 +21,10 @@ function prepare() {
|
||||
if [ -x $DIST_DIR ]; then
|
||||
die "Please remove ${DIST_DIR} first"
|
||||
fi
|
||||
if [ x$AQBANKING_WITH_QT != xyes ]; then
|
||||
die "The aqbanking wizard is required to create the Windows installer.
|
||||
Please set AQBANKING_WITH_QT to yes and rerun install.sh first."
|
||||
fi
|
||||
_UNZIP_UDIR=`unix_path $UNZIP_DIR`
|
||||
_AUTOTOOLS_UDIR=`unix_path $AUTOTOOLS_DIR`
|
||||
_GUILE_UDIR=`unix_path $GUILE_DIR`
|
||||
|
||||
Reference in New Issue
Block a user