Files
RRJServer/InstructorsAndTrainees/instructorsAndTrainees_global.h

13 lines
318 B
C

#ifndef INSTRUCTORSANDTRAINEES_GLOBAL_H
#define INSTRUCTORSANDTRAINEES_GLOBAL_H
#include <QtCore/qglobal.h>
#if defined(INSTRUCTORSANDTRAINEES_LIBRARY)
# define INSTRUCTORSANDTRAINEES_EXPORT Q_DECL_EXPORT
#else
# define INSTRUCTORSANDTRAINEES_EXPORT Q_DECL_IMPORT
#endif
#endif // INSTRUCTORSANDTRAINEES_GLOBAL_H