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:
parent
5cd8791f7a
commit
3c647f3481
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user