Go to the documentation of this file.
   26 #ifndef __TERRALIB_QT_AF_INTERNAL_CONFIG_H 
   27 #define __TERRALIB_QT_AF_INTERNAL_CONFIG_H 
   30 #include "../../Config.h" 
   37 #define TERRALIB_APPLICATION_CONFIG_FILE   "share/terraview/config/config.xml" 
   44 #define TERRALIB_APPLICATION_DATASOURCE_FILE_NAME   "datasources.xml" 
   52 #define TE_QT_AF_MODULE_NAME                  "te.qt.af" 
   69   #pragma warning( disable : 4251 ) 
   70   #pragma warning( disable : 4275 ) 
   71   #pragma warning( disable : 4290 ) 
   74     #define TEQTAFEXPORT                          // Don't need to export/import... it is a static library 
   76     #define TEQTAFEXPORT  __declspec(dllexport)   // export DLL information 
   78     #define TEQTAFEXPORT  __declspec(dllimport)   // import DLL information 
   86 #endif  // __TERRALIB_QT_AF_INTERNAL_CONFIG_H