CTK  0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
ctkEventBus_global.h
Go to the documentation of this file.
1 /*
2  * ctkEventBus_global.h
3  * ctkEventBus
4  *
5  * Created by Paolo Quadrani on 27/03/09.
6  * Copyright 2009 B3C. All rights reserved.
7  *
8  * See Licence at: http://tiny.cc/QXJ4D
9  *
10  */
11 
12 #ifndef CTKEVENTBUS_GLOBAL_H
13 #define CTKEVENTBUS_GLOBAL_H
14 
15 #include <QtCore/qglobal.h>
16 
17 #if defined(CTKEVENTBUS_LIBRARY)
18 # define CTKEVENTBUSSHARED_EXPORT Q_DECL_EXPORT
19 #else
20 # define CTKEVENTBUSSHARED_EXPORT Q_DECL_IMPORT
21 #endif
22 
23 #endif // MAFEVENTBUS_GLOBAL_H