mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-27 19:45:43 +03:00
13 lines
252 B
C
13 lines
252 B
C
#ifndef DATABASELMS_GLOBAL_H
|
|
#define DATABASELMS_GLOBAL_H
|
|
|
|
#include <QtCore/qglobal.h>
|
|
|
|
#if defined(DATABASELMS_LIBRARY)
|
|
# define DATABASELMS_EXPORT Q_DECL_EXPORT
|
|
#else
|
|
# define DATABASELMS_EXPORT Q_DECL_IMPORT
|
|
#endif
|
|
|
|
#endif // DATABASELMS_GLOBAL_H
|