r15920 - gnucash/trunk/packaging/win32 - Win32: Add some text regarding QTDIR and AQBANKING_WITH_QT.

Andreas Köhler andi5 at cvs.gnucash.org
Tue Apr 17 18:47:31 EDT 2007


Author: andi5
Date: 2007-04-17 18:47:31 -0400 (Tue, 17 Apr 2007)
New Revision: 15920
Trac: http://svn.gnucash.org/trac/changeset/15920

Modified:
   gnucash/trunk/packaging/win32/README
   gnucash/trunk/packaging/win32/defaults
   gnucash/trunk/packaging/win32/install.sh
Log:
Win32: Add some text regarding QTDIR and AQBANKING_WITH_QT.


Modified: gnucash/trunk/packaging/win32/README
===================================================================
--- gnucash/trunk/packaging/win32/README	2007-04-17 22:35:13 UTC (rev 15919)
+++ gnucash/trunk/packaging/win32/README	2007-04-17 22:47:31 UTC (rev 15920)
@@ -19,10 +19,14 @@
 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:
 
   $INSTALLER_DIR/install.sh

Modified: gnucash/trunk/packaging/win32/defaults
===================================================================
--- gnucash/trunk/packaging/win32/defaults	2007-04-17 22:35:13 UTC (rev 15919)
+++ gnucash/trunk/packaging/win32/defaults	2007-04-17 22:47:31 UTC (rev 15920)
@@ -231,6 +231,8 @@
 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"

Modified: gnucash/trunk/packaging/win32/install.sh
===================================================================
--- gnucash/trunk/packaging/win32/install.sh	2007-04-17 22:35:13 UTC (rev 15919)
+++ gnucash/trunk/packaging/win32/install.sh	2007-04-17 22:47:31 UTC (rev 15920)
@@ -791,6 +791,7 @@
     # 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



More information about the gnucash-changes mailing list