mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
13 lines
318 B
C
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
|