summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_filter_base/ftnoir_filter_base_global.h
blob: 02733ace4eacf269a2c3d78c3eaf858f4ef88284 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef FTNOIR_FILTER_BASE_GLOBAL_H
#define FTNOIR_FILTER_BASE_GLOBAL_H

#include <QtGlobal>

#ifdef FTNOIR_FILTER_BASE_LIB
# define FTNOIR_FILTER_BASE_EXPORT Q_DECL_EXPORT
#else
# define FTNOIR_FILTER_BASE_EXPORT Q_DECL_IMPORT
#endif

#endif // FTNOIR_FILTER_BASE_GLOBAL_H