19 lines
294 B
C
19 lines
294 B
C
|
|
#ifndef QNAVIGANTIONGLOBAL_H
|
||
|
|
#define QNAVIGANTIONGLOBAL_H
|
||
|
|
|
||
|
|
#include <QtCore/qglobal.h>
|
||
|
|
|
||
|
|
#ifdef QNavigation
|
||
|
|
#if defined(QNAVGATION_LIBRARY)
|
||
|
|
# define QNAVGATIONSHARED_EXPORT Q_DECL_EXPORT
|
||
|
|
#else
|
||
|
|
# define QNAVGATIONSHARED_EXPORT Q_DECL_IMPORT
|
||
|
|
#endif
|
||
|
|
#endif
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
#endif // QNAVIGANTIONGLOBAL_H
|