dRonin  adbada4
dRonin GCS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Groups Pages
corecommon.h
Go to the documentation of this file.
1 #ifndef CORECOMMON
2 #define CORECOMMON
3 
4 #ifdef TLMAPWIDGET_LIBRARY
5  #define TLMAPWIDGET_EXPORT Q_DECL_EXPORT
6 #else
7  #define TLMAPWIDGET_EXPORT Q_DECL_IMPORT
8 #endif
9 
10 #endif // CORECOMMON
11