MagicSmoke  $VERSION$
smokeexport.h
Go to the documentation of this file.
1 
2 #ifndef MAGICSMOKE_EXPORT
3 
4 #ifdef MAGICSMOKE_LIB_BUILD
5 #define MAGICSMOKE_EXPORT Q_DECL_EXPORT
6 #else
7 #define MAGICSMOKE_EXPORT Q_DECL_IMPORT
8 #endif
9 
10 #endif