mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Rewrited toJS() as a static function
This commit is contained in:
@ -70,7 +70,10 @@ SOURCES += \
|
||||
embed/Default.cpp
|
||||
|
||||
# Serialize objects to JS
|
||||
HEADERS += json/json.h
|
||||
HEADERS += \
|
||||
json/json.h \
|
||||
json/serialization.h
|
||||
|
||||
SOURCES += json/json.cpp
|
||||
|
||||
include($$PWD/js_internal/js_base.pri)
|
||||
|
||||
Reference in New Issue
Block a user