diff options
Diffstat (limited to 'Plugins/SqlFormatterSimple/sqlformattersimple_global.h')
| -rw-r--r-- | Plugins/SqlFormatterSimple/sqlformattersimple_global.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Plugins/SqlFormatterSimple/sqlformattersimple_global.h b/Plugins/SqlFormatterSimple/sqlformattersimple_global.h new file mode 100644 index 0000000..926a1b0 --- /dev/null +++ b/Plugins/SqlFormatterSimple/sqlformattersimple_global.h @@ -0,0 +1,12 @@ +#ifndef SQLFORMATTERSIMPLE_GLOBAL_H
+#define SQLFORMATTERSIMPLE_GLOBAL_H
+
+#include <QtCore/qglobal.h>
+
+#if defined(SQLFORMATTERSIMPLE_LIBRARY)
+# define SQLFORMATTERSIMPLESHARED_EXPORT Q_DECL_EXPORT
+#else
+# define SQLFORMATTERSIMPLESHARED_EXPORT Q_DECL_IMPORT
+#endif
+
+#endif // SQLFORMATTERSIMPLE_GLOBAL_H
|
