Eneboo - Documentación para desarrolladores
|
00001 // ** 07022012:/home/rmenor/trabajo/dev/ejecutables/abanq-user-2.4.0.30351-everywhere-src/abanq-build -> AQConfig.h 00002 // ** AQConfig.h Generated by ./build.sh 00003 // ** WARNING! All changes made in this file will be lost! 00004 00005 #ifndef AQCONFIG_H_ 00006 #define AQCONFIG_H_ 00007 00008 #include "qplatformdefs.h" 00009 00010 #define AQ_DIRAPP AQConfig::aqDirApp 00011 #define AQ_PREFIX AQ_DIRAPP 00012 #define AQ_QTDIR AQ_DIRAPP 00013 #define AQ_KEYBASE AQConfig::aqKeyBase 00014 #define AQ_DATA AQConfig::aqData 00015 #define AQ_LIB AQConfig::aqLib 00016 #define AQ_BIN AQConfig::aqBin 00017 #define AQ_USRHOME AQConfig::aqUsrHome 00018 #define AQ_VERSION "2.4 User Build exportado" 00019 #define AQ_CIN(C) C = C 00020 #define AQPACKAGER_VERSION_CHECK(V) (qstrlen(V) > 0 && qstrcmp(AQPACKAGER_VERSION, V) == 0) 00021 #define AQ_ENC_KEY char enckey[32] 00022 #define AQ_ENC_KEYVI char enckeyvi[32] 00023 00024 class QApplication; 00025 class FLApplication; 00026 00027 class AQConfig 00028 { 00029 public: 00030 static QString aqDirApp; 00031 static QString aqKeyBase; 00032 static QString aqData; 00033 static QString aqLib; 00034 static QString aqBin; 00035 static QString aqUsrHome; 00036 00037 private: 00038 00039 static void init(QApplication *); 00040 friend class FLApplication; 00041 }; 00042 00043 #endif /*AQCONFIG_H_*/