// Created via CMake from template global.h.in // WARNING! Any changes to this file will be overwritten by the next CMake run! #ifndef QT_FORK_AWESOME_ICON_ENGINE_GLOBAL #define QT_FORK_AWESOME_ICON_ENGINE_GLOBAL #include "qtforkawesomeiconengine-definitions.h" #include #ifdef QT_FORK_AWESOME_ICON_ENGINE_STATIC #define QT_FORK_AWESOME_ICON_ENGINE_EXPORT #define QT_FORK_AWESOME_ICON_ENGINE_IMPORT #else #define QT_FORK_AWESOME_ICON_ENGINE_EXPORT CPP_UTILITIES_GENERIC_LIB_EXPORT #define QT_FORK_AWESOME_ICON_ENGINE_IMPORT CPP_UTILITIES_GENERIC_LIB_IMPORT #endif /*! * \def QT_FORK_AWESOME_ICON_ENGINE_EXPORT * \brief Marks the symbol to be exported by the qtforkawesomeiconengine library. */ /*! * \def QT_FORK_AWESOME_ICON_ENGINE_IMPORT * \brief Marks the symbol to be imported from the qtforkawesomeiconengine library. */ #endif // QT_FORK_AWESOME_ICON_ENGINE_GLOBAL