#ifndef CFDSTRUCTGUIAPI_H #define CFDSTRUCTGUIAPI_H #include #include #if defined(CFDStructGUI_API) #define CFDStructGUIAPI Q_DECL_EXPORT #else #define CFDStructGUIAPI Q_DECL_IMPORT #endif #endif // CFDSTRUCTGUIAPI_H