Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
org_blueberry_core_expressions_Export.h
Go to the documentation of this file.
1
2
3
// .NAME __org_blueberry_core_expressions_Export - manage Windows system differences
4
// .SECTION Description
5
// The __org_blueberry_core_expressions_Export captures some system differences between Unix
6
// and Windows operating systems.
7
8
#ifndef __org_blueberry_core_expressions_Export_h
9
#define __org_blueberry_core_expressions_Export_h
10
11
#include "ctkCompatibility_p.h"
12
#include "ctkCompilerDetections_p.h"
13
14
#include <QtGlobal>
15
16
#if defined(Q_OS_WIN) || defined(Q_OS_SYMBIAN)
17
# if defined(org_blueberry_core_expressions_EXPORTS)
18
# define BERRY_EXPRESSIONS Q_DECL_EXPORT
19
# else
20
# define BERRY_EXPRESSIONS Q_DECL_IMPORT
21
# endif
22
#endif
23
24
#if !defined(BERRY_EXPRESSIONS)
25
//# if defined(CTK_SHARED)
26
# define BERRY_EXPRESSIONS Q_DECL_EXPORT
27
//# else
28
//# define BERRY_EXPRESSIONS
29
//# endif
30
#endif
31
32
33
34
#endif
35
Plugins
org.blueberry.core.expressions
org_blueberry_core_expressions_Export.h
Generated on Mon Jun 17 2024 12:43:30 for Medical Imaging Interaction Toolkit by
1.8.17