Go to the documentation of this file.
20 #ifndef DRUMSTICK_MACROS_H
21 #define DRUMSTICK_MACROS_H
32 #if !defined(DRUMSTICK_EXPORT)
33 # if defined(DRUMSTICK_STATIC)
34 # define DRUMSTICK_EXPORT
36 # if defined(drumstick_alsa_EXPORTS) || defined(drumstick_file_EXPORTS)
37 # define DRUMSTICK_EXPORT Q_DECL_EXPORT
39 # if defined(Q_WS_WIN)
40 # define DRUMSTICK_EXPORT Q_DECL_IMPORT
42 # define DRUMSTICK_EXPORT Q_DECL_EXPORT