[qtopcua] fix core build (#31030)

This commit is contained in:
autoantwort 2023-04-22 00:53:45 +02:00 committed by GitHub
parent a867a14f2f
commit dec415551b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 6 deletions

View File

@ -22,10 +22,6 @@ else()
list(APPEND FEATURE_OPTIONS -DINPUT_open62541=no)
endif()
if(NOT "open62541" IN_LIST FEATURES AND NOT "gds" IN_LIST FEATURES)
list(APPEND FEATURE_OPTIONS -DCMAKE_DISABLE_FIND_PACKAGE_WrapOpenSSL=ON)
endif()
qt_install_submodule(PATCHES ${${PORT}_PATCHES}
CONFIGURE_OPTIONS
${FEATURE_OPTIONS}

View File

@ -1,7 +1,7 @@
{
"name": "qtopcua",
"version": "6.4.3",
"port-version": 1,
"port-version": 2,
"description": "Qt wrapper for existing OPC UA stacks",
"homepage": "https://www.qt.io/",
"license": null,

View File

@ -6690,7 +6690,7 @@
},
"qtopcua": {
"baseline": "6.4.3",
"port-version": 1
"port-version": 2
},
"qtpositioning": {
"baseline": "6.4.3",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4c9519c0e8f61a9f9cddd4711fb8d8a6139baef9",
"version": "6.4.3",
"port-version": 2
},
{
"git-tree": "9adaecfcef9783e8df0e92acbd817a4051b11ffb",
"version": "6.4.3",