MagicSmoke  $VERSION$
commonexport.h
Go to the documentation of this file.
1 
2 #include <QtCore/QtGlobal>
3 
4 #ifdef MAGICSMOKE_COMMON_LIB_BUILD
5 #define MAGICSMOKE_COMMON_EXPORT Q_DECL_EXPORT
6 #else
7 #define MAGICSMOKE_COMMON_EXPORT Q_DECL_IMPORT
8 #endif