1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-30 08:24:11 +01:00

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
This commit is contained in:
peabody124 2010-09-22 06:11:34 +00:00 committed by peabody124
parent 5cd8791f7a
commit 3c647f3481
2 changed files with 3 additions and 2 deletions

View File

@ -140,7 +140,7 @@ plugin_logging.subdir = logging
plugin_logging.depends = plugin_coreplugin plugin_logging.depends = plugin_coreplugin
plugin_logging.depends += plugin_uavobjects plugin_logging.depends += plugin_uavobjects
plugin_logging.depends += plugin_uavtalk plugin_logging.depends += plugin_uavtalk
#SUBDIRS += plugin_logging SUBDIRS += plugin_logging
#GCS Control of UAV Gadget #GCS Control of UAV Gadget
plugin_gcscontrol.subdir = gcscontrol plugin_gcscontrol.subdir = gcscontrol

View File

@ -32,8 +32,9 @@
#include <QMutexLocker> #include <QMutexLocker>
#include <QSemaphore> #include <QSemaphore>
#include "uavobjects/uavobjectmanager.h" #include "uavobjects/uavobjectmanager.h"
#include "uavtalk_global.h"
class UAVTalk: public QObject class UAVTALK_EXPORT UAVTalk: public QObject
{ {
Q_OBJECT Q_OBJECT