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