Go to the documentation of this file.
19 #ifndef DRUMSTICK_MACROS_H
20 #define DRUMSTICK_MACROS_H
29 #if !defined(DRUMSTICK_EXPORT)
30 # if defined(DRUMSTICK_STATIC)
31 # define DRUMSTICK_EXPORT
33 # if defined(drumstick_alsa_EXPORTS) || defined(drumstick_file_EXPORTS) || defined(drumstick_rt_EXPORTS) || defined(drumstick_widgets_EXPORTS)
34 # define DRUMSTICK_EXPORT Q_DECL_EXPORT
36 # if defined(Q_OS_WIN)
37 # define DRUMSTICK_EXPORT Q_DECL_IMPORT
39 # define DRUMSTICK_EXPORT Q_DECL_EXPORT