Configuration flags for the MySQL Qt Widget plugin.
More...
#include "../../../../Config.h"
Go to the source code of this file.
Configuration flags for the MySQL Qt Widget plugin.
Definition in file Config.h.
◆ TE_QT_PLUGIN_DATASOURCE_MYSQL
It marks a string in order to get translated. This is a special mark used in the DataAccess module of TerraLib.
Definition at line 53 of file Config.h.
◆ TE_QT_PLUGIN_DATASOURCE_MYSQL_PLUGIN_NAME
#define TE_QT_PLUGIN_DATASOURCE_MYSQL_PLUGIN_NAME "te.qt.datasource.mysql" |
◆ TE_QT_PLUGIN_DATASOURCE_MYSQL_TEXT_DOMAIN
#define TE_QT_PLUGIN_DATASOURCE_MYSQL_TEXT_DOMAIN "teqtplugindatasourcemysql" |
It contains the name of the text domain used in the translation of messages in TerraLib MYSQL driver implementation.
Definition at line 39 of file Config.h.
◆ TE_QT_PLUGIN_DATASOURCE_MYSQL_TEXT_DOMAIN_DIR
#define TE_QT_PLUGIN_DATASOURCE_MYSQL_TEXT_DOMAIN_DIR "locale" |
It contains the translation catalog directory.
Definition at line 46 of file Config.h.
◆ TEQTPLUGINMYSQLEXPORT
#define TEQTPLUGINMYSQLEXPORT |
You can use this macro in order to export/import classes and functions from all plug-ins files.
- Note
- To compile plug-ins in Windows, remember to insert TEQTPLUGINMYSQLDLL into the project's list of defines.
Definition at line 69 of file Config.h.