#pragma once #include #if defined(TDENGINECLIENT_LIBRARY) # define TDENGINECLIENT_EXPORT Q_DECL_EXPORT #else # define TDENGINECLIENT_EXPORT Q_DECL_IMPORT #endif