#pragma once #include #if defined(I_FILE_ENGINE_LIBRARY) # define I_FILE_ENGINE_EXPORT Q_DECL_EXPORT #else # define I_FILE_ENGINE_EXPORT Q_DECL_IMPORT #endif