mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
Переделано под один мега-проект LMS с общим CMakeLists.txt
This commit is contained in:
12
DataBaseLMS/DataBaseLMS_global.h
Normal file
12
DataBaseLMS/DataBaseLMS_global.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user