Vespucci  1.0.0
libvespucci.h
Go to the documentation of this file.
1 #ifndef LIBVESPUCCI_H
2 #define LIBVESPUCCI_H
3 #include <QtCore/QtGlobal>
4 #ifdef VESPUCCI_LIBRARY
5 # define VESPUCCI_EXPORT Q_DECL_EXPORT
6 #else
7 # define VESPUCCI_EXPORT Q_DECL_IMPORT
8 #endif
9 
10 #endif // LIBVESPUCCI_H
11