Разнос по библиотекам + прикручиваем odb из redkitty
This commit was merged in pull request #5.
This commit is contained in:
12
src/database/database_global.h
Normal file
12
src/database/database_global.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef DATABASE_GLOBAL_H
|
||||
#define DATABASE_GLOBAL_H
|
||||
|
||||
#include <QtCore/qglobal.h>
|
||||
|
||||
#if defined(DATABASE_LIBRARY)
|
||||
#define DATABASE_EXPORT Q_DECL_EXPORT
|
||||
#else
|
||||
#define DATABASE_EXPORT Q_DECL_IMPORT
|
||||
#endif
|
||||
|
||||
#endif // DATABASE_GLOBAL_H
|
||||
Reference in New Issue
Block a user