aboutsummaryrefslogtreecommitdiff
path: root/tools/CurveEditor/source/Common.h
blob: 43038fd3347437b31e4ebae3bf459bd4626fb855 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef CURVEEDITOR_COMMON_H
#define CURVEEDITOR_COMMON_H

#ifdef CURVEEDITOR_LIB
# define CURVEEDITOR_EXPORT Q_DECL_EXPORT
#else
# define CURVEEDITOR_EXPORT Q_DECL_IMPORT
#endif

#endif