Go to the documentation of this file.   26 #ifndef __TERRALIB_QT_AF_INTERNAL_CONFIG_H    27 #define __TERRALIB_QT_AF_INTERNAL_CONFIG_H    34 #define TERRALIB_APPLICATION_DATASOURCE_FILE_NAME   "datasources.xml"    42 #define TE_QT_AF_MODULE_NAME                  "te.qt.af"    59   #pragma warning( disable : 4251 )    60   #pragma warning( disable : 4275 )    61   #pragma warning( disable : 4290 )    64     #define TEQTAFEXPORT                          // Don't need to export/import... it is a static library    66     #define TEQTAFEXPORT  __declspec(dllexport)   // export DLL information    68     #define TEQTAFEXPORT  __declspec(dllimport)   // import DLL information    76 #endif  // __TERRALIB_QT_AF_INTERNAL_CONFIG_H