Files
racket-webview/rktwebview_qt/rktwebview_qt_global.h
2026-03-02 23:10:29 +01:00

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