aboutsummaryrefslogtreecommitdiffstats
path: root/Plugins/SqlExport/sqlexport_global.h
blob: f7c05a8340d6514da8f89ab55189a6d7d146a9d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef SQLEXPORT_GLOBAL_H
#define SQLEXPORT_GLOBAL_H

#include <QtCore/qglobal.h>

#if defined(SQLEXPORT_LIBRARY)
#  define SQLEXPORTSHARED_EXPORT Q_DECL_EXPORT
#else
#  define SQLEXPORTSHARED_EXPORT Q_DECL_IMPORT
#endif

#endif // SQLEXPORT_GLOBAL_H