#pragma once #include #if defined(I_APPBASE_LIBRARY) # define I_APPBASE_EXPORT Q_DECL_EXPORT #else # define I_APPBASE_EXPORT Q_DECL_IMPORT #endif