Go to the documentation of this file.
19 #ifndef DRUMSTICK_MACROS_H
20 #define DRUMSTICK_MACROS_H
31 #if !defined(DRUMSTICK_EXPORT)
32 # if defined(DRUMSTICK_STATIC)
33 # define DRUMSTICK_EXPORT
35 # if defined(drumstick_alsa_EXPORTS) || defined(drumstick_file_EXPORTS) || defined(drumstick_rt_EXPORTS)
36 # define DRUMSTICK_EXPORT Q_DECL_EXPORT
38 # if defined(Q_OS_WIN)
39 # define DRUMSTICK_EXPORT Q_DECL_IMPORT
41 # define DRUMSTICK_EXPORT Q_DECL_EXPORT