diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2015-11-01 09:09:25 +0100 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-11-01 09:09:25 +0100 | 
| commit | 0497f57268e8be7af69d37e24fa356e441c0d5f6 (patch) | |
| tree | 26db6419e41f57806607f7a8e57f6875317b905e /pose-widget | |
| parent | f90b77dd5e342ebc45259051d23d6396f37c660d (diff) | |
cmake: less linkage boilerplate
Diffstat (limited to 'pose-widget')
| -rw-r--r-- | pose-widget/glwidget.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/pose-widget/glwidget.h b/pose-widget/glwidget.h index fca3502d..8896a3cf 100644 --- a/pose-widget/glwidget.h +++ b/pose-widget/glwidget.h @@ -13,7 +13,7 @@  #include "opentrack/plugin-api.hpp"  #include "opentrack/simple-mat.hpp" -#ifdef BUILD_opentrack_pose_widget +#ifdef BUILD_pose_widget  #   define POSE_WIDGET_EXPORT Q_DECL_EXPORT  #else  #   define POSE_WIDGET_EXPORT Q_DECL_IMPORT | 
