summaryrefslogtreecommitdiffhomepage
path: root/opentrack/tracker.h
diff options
context:
space:
mode:
Diffstat (limited to 'opentrack/tracker.h')
-rw-r--r--opentrack/tracker.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/opentrack/tracker.h b/opentrack/tracker.h
index 890660e1..e26c3f7a 100644
--- a/opentrack/tracker.h
+++ b/opentrack/tracker.h
@@ -18,7 +18,7 @@
#include "spline-widget/functionconfig.h"
#include "main-settings.hpp"
-#include "options.hpp"
+#include "opentrack-compat/options.hpp"
#include <QMutex>
#include <QThread>
@@ -40,7 +40,13 @@ public:
inline double operator()(int i) const { return axes[i]; }
};
-class Tracker : private QThread {
+#ifdef BUILD_api
+# include "opentrack-compat/export.hpp"
+#else
+# include "opentrack-compat/import.hpp"
+#endif
+
+class OPENTRACK_EXPORT Tracker : private QThread {
Q_OBJECT
private:
QMutex mtx;