mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-29 14:52:12 +01:00
GCS-Fix compile under win.
This commit is contained in:
parent
48b3cf7101
commit
7a9835d3cf
@ -29,7 +29,7 @@
|
||||
#include "coreplugin.h"
|
||||
#include "coreimpl.h"
|
||||
#include "mainwindow.h"
|
||||
|
||||
#include <QtPlugin>
|
||||
#include <extensionsystem/pluginmanager.h>
|
||||
|
||||
#include <QtCore/QtPlugin>
|
||||
@ -78,4 +78,4 @@ void CorePlugin::shutdown()
|
||||
m_mainWindow->shutdown();
|
||||
}
|
||||
|
||||
Q_EXPORT_PLUGIN(CorePlugin)
|
||||
Q_EXPORT_PLUGIN2(Core,CorePlugin)
|
||||
|
@ -41,7 +41,7 @@ namespace Ui {
|
||||
class GeneralSettings;
|
||||
}
|
||||
|
||||
class GeneralSettings : public IOptionsPage
|
||||
class CORE_EXPORT GeneralSettings : public IOptionsPage
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user