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

#include <QtGlobal>

#ifndef OPENTRACK_MAIN
# if !defined(_MSC_VER)
#   define FTNOIR_FILTER_BASE_EXPORT __attribute__ ((visibility ("default")))
# else
#   define FTNOIR_FILTER_BASE_EXPORT Q_DECL_EXPORT
#endif
#else
# define FTNOIR_FILTER_BASE_EXPORT Q_DECL_IMPORT
#endif

#endif // FTNOIR_FILTER_BASE_GLOBAL_H