Go to the documentation of this file.
36 #ifndef RTCLIENT_GLOBAL_H
37 #define RTCLIENT_GLOBAL_H
45 #include <QtCore/qglobal.h>
53 #if defined(BUILD_MNECPP_STATIC_LIB)
54 # define RTCLIENTSHARED_EXPORT
55 #elif defined(RTCLIENT_LIBRARY)
56 # define RTCLIENTSHARED_EXPORT Q_DECL_EXPORT
58 # define RTCLIENTSHARED_EXPORT Q_DECL_IMPORT
67 #endif // RTCLIENT_GLOBAL_H