dll pack & replace mt

This commit is contained in:
王劲鹏
2021-05-18 16:15:28 +08:00
committed by osborn
parent e82e598921
commit ada65c836f
44 changed files with 137 additions and 60 deletions

View File

@@ -1,9 +1,11 @@
#ifndef DORICMODALPLUGIN_H
#define DORICMODALPLUGIN_H
#include "DoricExport.h"
#include "DoricNativePlugin.h"
class DoricModalPlugin : public DoricNativePlugin {
class DORIC_EXPORT DoricModalPlugin : public DoricNativePlugin {
Q_OBJECT
public:
using DoricNativePlugin::DoricNativePlugin;

View File

@@ -1,9 +1,11 @@
#ifndef DORICNETWORKPLUGIN_H
#define DORICNETWORKPLUGIN_H
#include "DoricExport.h"
#include "DoricNativePlugin.h"
class DoricNetworkPlugin : public DoricNativePlugin {
class DORIC_EXPORT DoricNetworkPlugin : public DoricNativePlugin {
Q_OBJECT
public:
using DoricNativePlugin::DoricNativePlugin;

View File

@@ -1,13 +1,15 @@
#ifndef DORICPOPOVERPLUGIN_H
#define DORICPOPOVERPLUGIN_H
#include "DoricNativePlugin.h"
#include <QQuickItem>
#include "DoricExport.h"
#include "DoricNativePlugin.h"
static QString TYPE = "popover";
class DoricPopoverPlugin : public DoricNativePlugin {
class DORIC_EXPORT DoricPopoverPlugin : public DoricNativePlugin {
Q_OBJECT
public:
using DoricNativePlugin::DoricNativePlugin;

View File

@@ -1,9 +1,11 @@
#ifndef SHADERPLUGIN_H
#define SHADERPLUGIN_H
#include "DoricExport.h"
#include "DoricNativePlugin.h"
class DoricShaderPlugin : public DoricNativePlugin {
class DORIC_EXPORT DoricShaderPlugin : public DoricNativePlugin {
Q_OBJECT
public:
using DoricNativePlugin::DoricNativePlugin;

View File

@@ -1,9 +1,11 @@
#ifndef DORICSTORAGEPLUGIN_H
#define DORICSTORAGEPLUGIN_H
#include "DoricExport.h"
#include "DoricNativePlugin.h"
class DoricStoragePlugin : public DoricNativePlugin {
class DORIC_EXPORT DoricStoragePlugin : public DoricNativePlugin {
Q_OBJECT
private:
static const QString PREF_NAME;