QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
spatialindex_global.h
Go to the documentation of this file.
1#include <QtCore/QtGlobal>
2
3#if defined(QCAD_DLL)
4# if defined(QCADSPATIALINDEX_LIBRARY)
5# define QCADSPATIALINDEX_EXPORT Q_DECL_EXPORT
6# else
7# define QCADSPATIALINDEX_EXPORT Q_DECL_IMPORT
8# endif
9#else
10# define QCADSPATIALINDEX_EXPORT
11#endif