disabling separate dll build for deps and bumping qode version
This commit is contained in:
parent
543f652906
commit
49de0cbe2e
@ -9,9 +9,10 @@
|
||||
"./config/moc.gypi",
|
||||
"./config/common.gypi",
|
||||
"./config/qt.gypi",
|
||||
"./config/deps.gypi",
|
||||
],
|
||||
'dependencies': [
|
||||
'./config/deps.gypi:nodeguidep',
|
||||
# './config/deps.gypi:nodeguidep',
|
||||
],
|
||||
'conditions':[
|
||||
['OS=="mac"', {
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
{
|
||||
"targets": [
|
||||
{
|
||||
"target_name": "nodeguidep",
|
||||
'type': 'shared_library',
|
||||
# "targets": [
|
||||
# {
|
||||
# "target_name": "nodeguidep",
|
||||
# 'type': 'shared_library',
|
||||
"include_dirs": ['../deps/'],
|
||||
"sources": [
|
||||
"../deps/yoga/log.cpp",
|
||||
@ -28,6 +28,6 @@
|
||||
],
|
||||
}]
|
||||
],
|
||||
}
|
||||
]
|
||||
# }
|
||||
# ]
|
||||
}
|
||||
|
||||
6
package-lock.json
generated
6
package-lock.json
generated
@ -5,9 +5,9 @@
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
"@nodegui/qode": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@nodegui/qode/-/qode-1.0.0.tgz",
|
||||
"integrity": "sha512-qSpB/1X0PhyZHrzQog+eLJlnb4q1ImuZxgRFFhZf4HEsBpH5579GFGGq3gthyKYLqEqtQgK3AdWzYOmEpgWE0w==",
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@nodegui/qode/-/qode-1.0.1.tgz",
|
||||
"integrity": "sha512-HBJhTVqunLBy1BX3m/CefShLFWve0zSKM/UyuB+bw/r52gUzG9IXSC71fCMRRi/1qZjZcfvXqYWgTtSgjjlarA==",
|
||||
"requires": {
|
||||
"env-paths": "^2.2.0",
|
||||
"extract-zip": "^1.6.7",
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
"docs": "serve docs"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nodegui/qode": "^1.0.0",
|
||||
"@nodegui/qode": "^1.0.1",
|
||||
"bindings": "^1.5.0",
|
||||
"cuid": "^2.1.6",
|
||||
"node-addon-api": "^1.6.3",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user