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