##// END OF EJS Templates
Last comit before installation on pc-coillot
Last comit before installation on pc-coillot

File last commit:

r50:47b677d190ee default
r50:47b677d190ee default
Show More
paulcommon_global.h
12 lines | 258 B | text/x-c | CLexer
#ifndef PAULCOMMON_GLOBAL_H
#define PAULCOMMON_GLOBAL_H
#include <QtCore/qglobal.h>
#if defined(PAULCOMMON_LIBRARY)
# define PAULCOMMONSHARED_EXPORT Q_DECL_EXPORT
#else
# define PAULCOMMONSHARED_EXPORT Q_DECL_IMPORT
#endif
#endif // PAULCOMMON_GLOBAL_H