mac compile pass

This commit is contained in:
王劲鹏
2021-04-07 09:43:35 +08:00
committed by osborn
parent 0b5d9d69c7
commit 42b7d0723d
4 changed files with 32 additions and 12 deletions

View File

@@ -4,7 +4,7 @@
#include <QVariant>
#include <string>
#include "v8/v8.h"
#include "v8.h"
#define NewV8String(name) \
v8::String::NewFromUtf8(v8::Isolate::GetCurrent(), name, \

View File

@@ -2,7 +2,7 @@
#define V8EXECUTOR_H
#include "libplatform/libplatform.h"
#include "v8/v8.h"
#include "v8.h"
#include <QMap>
#include <QObject>