Miam-Player  0.8.0
A nice music player
miamacoustid_global.hpp
Go to the documentation of this file.
1 #ifndef ACOUSTID_GLOBAL_H
2 #define ACOUSTID_GLOBAL_H
3 
4 #if defined(MIAMACOUSTID_LIBRARY)
5 #undef MIAMACOUSTID_LIBRARY
6 #define MIAMACOUSTID_LIBRARY Q_DECL_EXPORT
7 #else
8 #define MIAMACOUSTID_LIBRARY Q_DECL_IMPORT
9 #endif
10 
11 #endif // ACOUSTID_GLOBAL_H