#pragma once #ifndef __SPG4TOOL_GLOBAL__H__ #define __SPG4TOOL_GLOBAL__H__ #include #ifdef SPG4TOOL_LIB #define SPG4TOOL_EXPORT Q_DECL_EXPORT #else #define SPG4TOOL_EXPORT Q_DECL_IMPORT #endif #endif