Files
DbMessaging/messaginglib/messaginglib_global.h
2018-09-15 20:49:15 +02:00

10 lines
170 B
C

#pragma once
#include <QtGlobal>
#if defined(MESSAGINGLIB_LIBRARY)
# define MESSAGINGLIB_EXPORT Q_DECL_EXPORT
#else
# define MESSAGINGLIB_EXPORT Q_DECL_IMPORT
#endif