From 57a37b9005792295e8c59c824d553c53f4f7aa76 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Tue, 27 Apr 2010 12:12:21 +0000 Subject: [PATCH] Bug #615317 - Windows installer requires Qt libraries git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19075 57a11ea4-9604-0410-9ed3-97b8803252fd --- packaging/win32/dist.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packaging/win32/dist.sh b/packaging/win32/dist.sh index 30859c34f4..085caa2d18 100755 --- a/packaging/win32/dist.sh +++ b/packaging/win32/dist.sh @@ -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`