Go to the documentation of this file.
36 #ifndef DISP3D_GLOBAL_H
37 #define DISP3D_GLOBAL_H
44 #include <QtCore/qglobal.h>
52 #if defined(BUILD_MNECPP_STATIC_LIB)
53 # define DISP3DSHARED_EXPORT
54 #elif defined(DISP3D_LIBRARY)
55 # define DISP3DSHARED_EXPORT Q_DECL_EXPORT
57 # define DISP3DSHARED_EXPORT Q_DECL_IMPORT
66 #endif // DISP3D_GLOBAL_H