mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-27 19:45:43 +03:00
refact1
This commit is contained in:
12
LibInstructorsAndTrainees/instructorsAndTrainees_global.h
Normal file
12
LibInstructorsAndTrainees/instructorsAndTrainees_global.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user