XORDE
v1.0
eXtensible Operational Robotic Development Environment
Main Page
Related Pages
Classes
TronosTools
tronostools_global.h
1
#ifndef TRONOSTOOLS_GLOBAL_H
2
#define TRONOSTOOLS_GLOBAL_H
3
4
#include <QtCore/qglobal.h>
5
6
#if defined(TRONOSTOOLS_LIBRARY)
7
# define TRONOSTOOLSSHARED_EXPORT Q_DECL_EXPORT
8
#else
9
# define TRONOSTOOLSSHARED_EXPORT Q_DECL_IMPORT
10
#endif
11
12
#endif // TRONOSTOOLS_GLOBAL_H
Generated on Thu Aug 22 2019 10:02:28 for XORDE by
1.8.10