KanoopTorrentQt 0.1.0
Qt6 wrapper library for libtorrent-rasterbar
Loading...
Searching...
No Matches
kanooptorrent.h
1#ifndef KANOOPTORRENT_H
2#define KANOOPTORRENT_H
3#include <Qt>
4
5#ifdef KANOOP_TORRENT_LIBRARY
6#define LIBKANOOPTORRENT_EXPORT Q_DECL_EXPORT
7#else
8#define LIBKANOOPTORRENT_EXPORT Q_DECL_IMPORT
9#endif
10
11#endif // KANOOPTORRENT_H