Enables the compilation of the graphical user interface (QgarGui). Since it requires a linkage against the Qt framework, the path to the Qt library and include files must be provided, using either option --with-qtdir, or a combination of options --with-qtdir, --with-qt-libraries, and with-qt-includes.
Enables XML support. An external XML API must be provided, either Qt (using option --with-qt-dir, or a combinations of options --with-qt-bindir, --with-qt-includes, and --with-qt-libraries), or Xerces (using option --with-xercesdir, or options --with-xerces-includes and --with-xerces-libraries). If options for both APIs are specified, Qt options are ignored and only Xerces options are taken into account.
Introduces the root directory of the Qt API. The Qt library is supposed to be located in directory DIR/lib, the Qt header files in directory DIR/include, and the Qt binaries in directory DIR/bin, unless different paths are specified by options --with-qt-includes, --with-qt-libraries, or --with-qt-bindir.
Introduces the path to the Qt binaries.
Introduces the path to Qt include files.
Introduces the path to the Qt library.
Introduces the root directory of the Xerces API. The Xerces library is supposed to be located in directory DIR/lib and Xerces header files in directory DIR/include, unless different paths are specified by options --with-xerces-includes or --with-xerces-libraries.
Introduces the path to Xerces include files.
Introduces the path to the Xerces library.