DISPLACE
1.0
A spatial model of fisheries to help sustainable fishing and maritime spatial planning
qtcommons_global.h
Go to the documentation of this file.
1
#ifndef QTCOMMONS_GLOBAL_H
2
#define QTCOMMONS_GLOBAL_H
3
4
#if defined (_WIN32)
5
6
#include <QtCore/qglobal.h>
7
8
#if defined(QTCOMMONS_LIBRARY)
9
# define QTCOMMONSSHARED_EXPORT Q_DECL_EXPORT
10
#else
11
# define QTCOMMONSSHARED_EXPORT Q_DECL_IMPORT
12
#endif
13
14
#else // Not Win32
15
16
# define QTCOMMONSSHARED_EXPORT
17
18
#endif
19
20
#endif // QTCOMMONS_GLOBAL_H
qtcommons
qtcommons_global.h
Generated by
1.8.15