From d3b34cf1cbeacc0dde977d531c7d0a4e004f6d9d Mon Sep 17 00:00:00 2001 From: ephy Date: Wed, 24 Mar 2010 20:52:29 +0000 Subject: [PATCH] GCS/coreplugin: CORE_EXPORT needed on windows. git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@382 ebee16cc-31ac-478f-84a7-5cbb03baadba --- ground/src/plugins/coreplugin/iuavgadgetconfiguration.h | 3 ++- ground/src/plugins/coreplugin/uavgadgetoptionspage.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ground/src/plugins/coreplugin/iuavgadgetconfiguration.h b/ground/src/plugins/coreplugin/iuavgadgetconfiguration.h index 99cb4dcd3..63cf73d24 100644 --- a/ground/src/plugins/coreplugin/iuavgadgetconfiguration.h +++ b/ground/src/plugins/coreplugin/iuavgadgetconfiguration.h @@ -28,11 +28,12 @@ #ifndef IUAVGADGETCONFIGURATION_H #define IUAVGADGETCONFIGURATION_H +#include #include namespace Core { -class IUAVGadgetConfiguration : public QObject +class CORE_EXPORT IUAVGadgetConfiguration : public QObject { Q_OBJECT public: diff --git a/ground/src/plugins/coreplugin/uavgadgetoptionspage.h b/ground/src/plugins/coreplugin/uavgadgetoptionspage.h index 5d6ac2ff9..0fdfa066b 100644 --- a/ground/src/plugins/coreplugin/uavgadgetoptionspage.h +++ b/ground/src/plugins/coreplugin/uavgadgetoptionspage.h @@ -28,6 +28,7 @@ #ifndef UAVGADGETOPTIONSPAGE_H #define UAVGADGETOPTIONSPAGE_H #include "iuavgadgetconfiguration.h" +#include #include class Ui_TopOptionsPage; @@ -36,7 +37,7 @@ namespace Core { class IUAVGadgetConfiguration; -class UAVGadgetOptionsPage : public Core::IOptionsPage +class CORE_EXPORT UAVGadgetOptionsPage : public Core::IOptionsPage { Q_OBJECT public: