OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
otoolkitapi_global.h
Go to the documentation of this file.
1
4// ###########################################################################################################################################################################################################################################################################################################################
5
6#pragma once
7
8// Qt header
9#include <QtCore/qglobal.h>
10
11#ifndef BUILD_STATIC
12# if defined(OTOOLKITAPI_LIB)
13# define OTOOLKITAPI_EXPORT Q_DECL_EXPORT
14# define OTOOLKITAPI_EXPORTONLY Q_DECL_EXPORT
15# else
16# define OTOOLKITAPI_EXPORT Q_DECL_IMPORT
17# define OTOOLKITAPI_EXPORTONLY
18# endif
19#else
20# define OTOOLKITAPI_EXPORT
21# define OTOOLKITAPI_EXPORTONLY
22#endif