13 lines
260 B
C
13 lines
260 B
C
#ifndef RKTWEBVIEW_QT_GLOBAL_H
|
|
#define RKTWEBVIEW_QT_GLOBAL_H
|
|
|
|
#include <QtCore/qglobal.h>
|
|
|
|
#if defined(RKTWEBVIEW_QT_LIBRARY)
|
|
#define RKTWEBVIEW_QT_EXPORT Q_DECL_EXPORT
|
|
#else
|
|
#define RKTWEBVIEW_QT_EXPORT Q_DECL_IMPORT
|
|
#endif
|
|
|
|
#endif // RKTWEBVIEW_QT_GLOBAL_H
|