From 3c647f3481ab4f8d256a4dc75cfd782abcd9eeec Mon Sep 17 00:00:00 2001 From: peabody124 Date: Wed, 22 Sep 2010 06:11:34 +0000 Subject: [PATCH] Ground/UAVTalk: Export UAVTalk object so logging compiles on windows (and reenable). Cross platform my ass. git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1717 ebee16cc-31ac-478f-84a7-5cbb03baadba --- ground/src/plugins/plugins.pro | 2 +- ground/src/plugins/uavtalk/uavtalk.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ground/src/plugins/plugins.pro b/ground/src/plugins/plugins.pro index ce341be1e..d3a9213dc 100644 --- a/ground/src/plugins/plugins.pro +++ b/ground/src/plugins/plugins.pro @@ -140,7 +140,7 @@ plugin_logging.subdir = logging plugin_logging.depends = plugin_coreplugin plugin_logging.depends += plugin_uavobjects plugin_logging.depends += plugin_uavtalk -#SUBDIRS += plugin_logging +SUBDIRS += plugin_logging #GCS Control of UAV Gadget plugin_gcscontrol.subdir = gcscontrol diff --git a/ground/src/plugins/uavtalk/uavtalk.h b/ground/src/plugins/uavtalk/uavtalk.h index a269779cf..d1e90af07 100644 --- a/ground/src/plugins/uavtalk/uavtalk.h +++ b/ground/src/plugins/uavtalk/uavtalk.h @@ -32,8 +32,9 @@ #include #include #include "uavobjects/uavobjectmanager.h" +#include "uavtalk_global.h" -class UAVTalk: public QObject +class UAVTALK_EXPORT UAVTalk: public QObject { Q_OBJECT