Config.h File Reference

Configuration flags for the TerraLib Application Framework. More...

Go to the source code of this file.

Macros

#define TE_QT_AF_MODULE_NAME   "te.qt.af"
 The application framework module name. More...
 
#define TERRALIB_APPLICATION_DATASOURCE_FILE_NAME   "datasources.xml"
 The default name for the application file containing the list of data sources. More...
 
DLL/LIB Module

Flags for building TerraLib Application Framework as a DLL or as a Static Library

#define TEQTAFEXPORT
 You can use this macro in order to export/import classes and functions from this module. More...
 

Detailed Description

Configuration flags for the TerraLib Application Framework.

Definition in file Config.h.

Macro Definition Documentation

#define TE_QT_AF_MODULE_NAME   "te.qt.af"

The application framework module name.

Definition at line 42 of file Config.h.

#define TEQTAFEXPORT

You can use this macro in order to export/import classes and functions from this module.

Note
If you want to compile TerraLib Application Framework as DLL in Windows, remember to insert TEQTAFDLL into the project's list of defines.
If you want to compile TerraLib Application Framework as an Static Library under Windows, remember to insert the TEQTAFSTATIC flag into the project list of defines.

Definition at line 71 of file Config.h.

#define TERRALIB_APPLICATION_DATASOURCE_FILE_NAME   "datasources.xml"

The default name for the application file containing the list of data sources.

Definition at line 34 of file Config.h.