Carna Registration API Version 1.16.0
D:/Documents/mediTEC Projects/CRA/master/include/CRA/cra_global.h
00001 /*
00002  *  Copyright (C) 2010 - 2013 Leonid Kostrykin
00003  *
00004  *  Chair of Medical Engineering (mediTEC)
00005  *  RWTH Aachen University
00006  *  Pauwelsstr. 20
00007  *  52074 Aachen
00008  *  Germany
00009  *
00010  */
00011 
00012 #ifndef CRA_GLOBAL_H
00013 #define CRA_GLOBAL_H
00014 
00015 #include <QtCore/qglobal.h>
00016 
00017 #ifdef CRA_LIB
00018 # define CRA_EXPORT Q_DECL_EXPORT
00019 #else
00020 # define CRA_EXPORT Q_DECL_IMPORT
00021 #endif
00022 
00023 #endif // CRA_GLOBAL_H
 All Classes Functions Variables Enumerations Enumerator