##// END OF EJS Templates
First version of the gse-lesia module...
First version of the gse-lesia module Slight changes on the rmapplugin

File last commit:

r23:23c09fe5a8b6 default
r23:23c09fe5a8b6 default
Show More
wfdisplay_global.h
12 lines | 252 B | text/x-c | CLexer
#ifndef WFDISPLAY_GLOBAL_H
#define WFDISPLAY_GLOBAL_H
#include <QtCore/qglobal.h>
#if defined(WFDISPLAY_LIBRARY)
# define WFDISPLAYSHARED_EXPORT Q_DECL_EXPORT
#else
# define WFDISPLAYSHARED_EXPORT Q_DECL_IMPORT
#endif
#endif // WFDISPLAY_GLOBAL_H