mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:19:08 +08:00
[qtopcua] Feature ns0idgenerator doesn't support cross-building (#35903)
* [qtopcua] Feature ns0idgenerator doesn't support cross-building * update version * add supports * update version
This commit is contained in:
parent
31f2c1d528
commit
8e8743cbe6
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "qtopcua",
|
||||
"version": "6.6.1",
|
||||
"port-version": 1,
|
||||
"description": "Qt wrapper for existing OPC UA stacks",
|
||||
"homepage": "https://www.qt.io/",
|
||||
"license": null,
|
||||
@ -27,7 +28,8 @@
|
||||
"description": "Support for global discovery server"
|
||||
},
|
||||
"ns0idgenerator": {
|
||||
"description": "Namespace 0 NodeIds generator from the NodeIds.csv file."
|
||||
"description": "Namespace 0 NodeIds generator from the NodeIds.csv file.",
|
||||
"supports": "native"
|
||||
},
|
||||
"ns0idnames": {
|
||||
"description": "Support for namespace 0 NodeId names"
|
||||
|
@ -7198,7 +7198,7 @@
|
||||
},
|
||||
"qtopcua": {
|
||||
"baseline": "6.6.1",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"qtpositioning": {
|
||||
"baseline": "6.6.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "158f8110a6d3d504c64bf24e2ec68552b8e34097",
|
||||
"version": "6.6.1",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "bbd569723a9e84b190ba938c4f040d0cc83af21d",
|
||||
"version": "6.6.1",
|
||||
|
Loading…
Reference in New Issue
Block a user