Compiling gnucash encountered the qtdir Problem
--------------------------------------------------- <Br/> !!! Qtdir is not set. Please install QT and set that variable in custom. Sh, or deactivate aqbanking_with_qt !!! <Br/> !!! Aborting !!! <Br/> ---------------------------------------------------
1. Download QT for Windows. Http://trolltech.com/downloads/opensource/appdev and install it in the C:/soft/QT/4.4.3 directory.
2. Modify default. Sh
In
Set_default aqbanking_with_qt Yes <br/> # If set to yes, download QT from http://www.trolltech.com/developer/downloads/qt/windows, <br/> # Install it and set qtdir in custom. sh, like "qtdir =/C/QT/4.2.3 ".
And then add the following statement.
Set_default qtdir $ global_dir // QT // 4.4.3
Default. SH is located in "C:/soft/repos/packaging/Win32". "C:/soft" is the Recommended default directory for gnucash compilation in windows, you can also change it to your own default directory.
QT is installed in the "C:/soft/QT/4.4.3" directory.