#pragma once #include #if defined(TDEGENT_LIBRARY) # define TDEGENT_EXPORT Q_DECL_EXPORT #else # define TDEGENT_EXPORT Q_DECL_IMPORT #endif