summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_filter_base/ftnoir_filter_base_global.h
blob: ce112411fed29ee771600d5c44ecf8a0c360e8dd (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>

#ifndef OPENTRACK_MAIN
# define FTNOIR_FILTER_BASE_EXPORT Q_DECL_EXPORT
#else
# define FTNOIR_FILTER_BASE_EXPORT Q_DECL_IMPORT
#endif

#endif // FTNOIR_FILTER_BASE_GLOBAL_H