source: pacpusframework/branches/2.0-beta1/include/extlib/qextserialport-1.2win-alpha/qextserialport_global.h@ 89

Last change on this file since 89 was 89, checked in by morasjul, 11 years ago

PACPUS 2.0 Beta deployed in new branch

Major changes:
-Add communication interface between components
-Add examples for communications interface (TestComponents)
-Move to Qt5 support

  • Property svn:executable set to *
File size: 340 bytes
Line 
1
2
3#ifndef QEXTSERIALPORT_GLOBAL_H
4#define QEXTSERIALPORT_GLOBAL_H
5
6#include <QtCore/qglobal.h>
7
8#ifdef QEXTSERIALPORT_STATICLIB
9# define QEXTSERIALPORT_EXPORT
10#elif QEXTSERIALPORT_LIB
11# define QEXTSERIALPORT_EXPORT Q_DECL_EXPORT
12#else
13# define QEXTSERIALPORT_EXPORT Q_DECL_IMPORT
14#endif
15
16#endif // QEXTSERIALPORT_GLOBAL_H
17
Note: See TracBrowser for help on using the repository browser.