diff options
Diffstat (limited to 'Plugins/SqlEnterpriseFormatter/sqlenterpriseformatter_global.h')
| -rw-r--r-- | Plugins/SqlEnterpriseFormatter/sqlenterpriseformatter_global.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Plugins/SqlEnterpriseFormatter/sqlenterpriseformatter_global.h b/Plugins/SqlEnterpriseFormatter/sqlenterpriseformatter_global.h new file mode 100644 index 0000000..e600191 --- /dev/null +++ b/Plugins/SqlEnterpriseFormatter/sqlenterpriseformatter_global.h @@ -0,0 +1,12 @@ +#ifndef SQLENTERPRISEFORMATTER_GLOBAL_H +#define SQLENTERPRISEFORMATTER_GLOBAL_H + +#include <QtCore/qglobal.h> + +#if defined(SQLENTERPRISEFORMATTER_LIBRARY) +# define SQLENTERPRISEFORMATTERSHARED_EXPORT Q_DECL_EXPORT +#else +# define SQLENTERPRISEFORMATTERSHARED_EXPORT Q_DECL_IMPORT +#endif + +#endif // SQLENTERPRISEFORMATTER_GLOBAL_H |
