dll pack & replace mt
This commit is contained in:
@@ -4,7 +4,9 @@
|
||||
#include <QJSValue>
|
||||
#include <QObject>
|
||||
|
||||
class DoricBridgeExtension : public QObject {
|
||||
#include "DoricExport.h"
|
||||
|
||||
class DORIC_EXPORT DoricBridgeExtension : public QObject {
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit DoricBridgeExtension(QObject *parent = nullptr);
|
||||
|
@@ -4,10 +4,12 @@
|
||||
#include <QJSValue>
|
||||
#include <QThreadPool>
|
||||
|
||||
#include "DoricExport.h"
|
||||
|
||||
#include "../DoricRegistry.h"
|
||||
#include "DoricInterfaceJSE.h"
|
||||
|
||||
class DoricJSEngine : public QObject {
|
||||
class DORIC_EXPORT DoricJSEngine : public QObject {
|
||||
Q_OBJECT
|
||||
private:
|
||||
DoricInterfaceJSE *mJSE;
|
||||
|
@@ -3,7 +3,9 @@
|
||||
|
||||
#include <QObject>
|
||||
|
||||
class DoricNativeEmpty : public QObject {
|
||||
#include "DoricExport.h"
|
||||
|
||||
class DORIC_EXPORT DoricNativeEmpty : public QObject {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
|
@@ -1,13 +1,15 @@
|
||||
#ifndef NATIVE_JSE_H
|
||||
#define NATIVE_JSE_H
|
||||
|
||||
#include "DoricExport.h"
|
||||
|
||||
#include "DoricInterfaceJSE.h"
|
||||
#include "native/NativeExecutor.h"
|
||||
#include "v8/V8Executor.h"
|
||||
|
||||
enum class JSEType { V8, Native };
|
||||
|
||||
class DoricNativeJSE : public DoricInterfaceJSE {
|
||||
class DORIC_EXPORT DoricNativeJSE : public DoricInterfaceJSE {
|
||||
private:
|
||||
JSEType mType;
|
||||
|
||||
|
@@ -3,7 +3,9 @@
|
||||
|
||||
#include <QObject>
|
||||
|
||||
class DoricNativeLog : public QObject {
|
||||
#include "DoricExport.h"
|
||||
|
||||
class DORIC_EXPORT DoricNativeLog : public QObject {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
|
@@ -3,7 +3,9 @@
|
||||
|
||||
#include <QObject>
|
||||
|
||||
class DoricNativeRequire : public QObject {
|
||||
#include "DoricExport.h"
|
||||
|
||||
class DORIC_EXPORT DoricNativeRequire : public QObject {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
|
@@ -4,7 +4,9 @@
|
||||
#include <QObject>
|
||||
#include <QSet>
|
||||
|
||||
class DoricTimerExtension : public QObject {
|
||||
#include "DoricExport.h"
|
||||
|
||||
class DORIC_EXPORT DoricTimerExtension : public QObject {
|
||||
Q_OBJECT
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user