#pragma once #include <QtCore/QGlobal.h> #if defined(TDENGINECLIENT_LIBRARY) # define TDENGINECLIENT_EXPORT Q_DECL_EXPORT #else # define TDENGINECLIENT_EXPORT Q_DECL_IMPORT #endif