xref: /OK3568_Linux_fs/app/forlinx/flapp/src/libs/server/platformcore_global.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1 #ifndef PLATMFORCORE_GLOBAL_H
2 #define PLATMFORCORE_GLOBAL_H
3 
4 #include <QtCore/qglobal.h>
5 
6 #if defined(PLATMFORCORE_LIBRARY)
7 #  define PLATMFORCORESHARED_EXPORT Q_DECL_EXPORT
8 #else
9 #  define PLATMFORCORESHARED_EXPORT Q_DECL_IMPORT
10 #endif
11 
12 #endif // PLATMFORCORE_GLOBAL_H
13