summaryrefslogtreecommitdiffhomepage
path: root/pose-widget
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-11-03 11:29:59 +0100
committerStanislaw Halik <sthalik@misaki.pl>2016-11-03 23:40:44 +0100
commite7f9a0ad3812f51fdb904b40303f6c0fec02f1a8 (patch)
tree405daf0c127714d63b06bed855d9f7aefc60c08c /pose-widget
parente26830bf71ca5968fc9d9d473966ea4b75120b56 (diff)
move simple-mat from logic to compat to simplify dependencies
Diffstat (limited to 'pose-widget')
-rw-r--r--pose-widget/CMakeLists.txt2
-rw-r--r--pose-widget/glwidget.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/pose-widget/CMakeLists.txt b/pose-widget/CMakeLists.txt
index d298eee0..d73ee037 100644
--- a/pose-widget/CMakeLists.txt
+++ b/pose-widget/CMakeLists.txt
@@ -1,2 +1,2 @@
opentrack_boilerplate(opentrack-pose-widget BIN)
-target_link_libraries(opentrack-pose-widget opentrack-logic)
+target_link_libraries(opentrack-pose-widget)
diff --git a/pose-widget/glwidget.h b/pose-widget/glwidget.h
index 072ea644..013cc0d5 100644
--- a/pose-widget/glwidget.h
+++ b/pose-widget/glwidget.h
@@ -11,7 +11,7 @@
#include <QWidget>
#include <QPixmap>
#include "api/plugin-api.hpp"
-#include "logic/simple-mat.hpp"
+#include "compat/simple-mat.hpp"
#ifdef BUILD_pose_widget
# define POSE_WIDGET_EXPORT Q_DECL_EXPORT