mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
GCS/coreplugin: CORE_EXPORT needed on windows.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@382 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
e865b880c2
commit
d3b34cf1cb
@ -28,11 +28,12 @@
|
||||
#ifndef IUAVGADGETCONFIGURATION_H
|
||||
#define IUAVGADGETCONFIGURATION_H
|
||||
|
||||
#include <coreplugin/core_global.h>
|
||||
#include <QObject>
|
||||
|
||||
namespace Core {
|
||||
|
||||
class IUAVGadgetConfiguration : public QObject
|
||||
class CORE_EXPORT IUAVGadgetConfiguration : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
@ -28,6 +28,7 @@
|
||||
#ifndef UAVGADGETOPTIONSPAGE_H
|
||||
#define UAVGADGETOPTIONSPAGE_H
|
||||
#include "iuavgadgetconfiguration.h"
|
||||
#include <coreplugin/core_global.h>
|
||||
#include <coreplugin/dialogs/ioptionspage.h>
|
||||
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user