Files
cloudage-cpp/cloudage_global.h

13 lines
246 B
C

#ifndef CLOUDAGE_GLOBAL_H
#define CLOUDAGE_GLOBAL_H
#include <QtCore/qglobal.h>
#if defined(CLOUDAGE_LIBRARY)
# define CLOUDAGESHARED_EXPORT Q_DECL_EXPORT
#else
# define CLOUDAGESHARED_EXPORT Q_DECL_IMPORT
#endif
#endif // CLOUDAGE_GLOBAL_H