// ** 26082017:/home/cesar/z_abanq/eneboo-2.4.2.2_win32/eneboo-build -> AQConfig.h
// ** AQConfig.h  Generated by ./build.sh
// ** WARNING!    All changes made in this file will be lost!

#ifndef AQCONFIG_H_
#define AQCONFIG_H_

#include "qplatformdefs.h"

#define AQ_DIRAPP                   AQConfig::aqDirApp
#define AQ_PREFIX                   AQ_DIRAPP
#define AQ_QTDIR                    AQ_DIRAPP
#define AQ_KEYBASE                  AQConfig::aqKeyBase
#define AQ_DATA                     AQConfig::aqData
#define AQ_LIB                      AQConfig::aqLib
#define AQ_BIN                      AQConfig::aqBin
#define AQ_USRHOME                  AQConfig::aqUsrHome
#define AQ_VERSION                  "2.4.2 (Build 2.4.2.2_win32-dba)"
#define AQ_CIN(C)                   C = C
#define AQPACKAGER_VERSION_CHECK(V) (qstrlen(V) > 0 && qstrcmp(AQPACKAGER_VERSION, V) == 0)
#define ENB_DATOS_COMP              "\n Versión eneboo: 2.4.2 (Build 2.4.2.2_win32-dba) \n  Mkspecs: win32-g++-cross \n Versión CROSS-GCC: /opt/OSELAS.Toolchain-2012.12.0/i586-mingw32msvc/gcc-4.7.2-mingw-3.15.1-w32api-3.13-binutils-2.22/bin/i586-mingw32msvc-gcc ( 4.7.2 ) \n Make: make -s  -k -j 1  \n Versión GCC: 4.8.1 \n\n Opciones de Compilación : \n QWT: yes \n DIGIDOC: yes \n MULTICORE: yes \n HOARD: no \n REBUILD_QT: no \n QT_DEBUG_OPT: -release"

class QApplication;
class FLApplication;

class AQConfig
{
public:
  static QString aqDirApp;
  static QString aqKeyBase;
  static QString aqData;
  static QString aqLib;
  static QString aqBin;
  static QString aqUsrHome;
      
private:

  static void init(QApplication *);
  friend class FLApplication;
};

#endif /*AQCONFIG_H_*/
