[qtopcua] fix missing python and add warnings (#31111)

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
This commit is contained in:
autoantwort 2023-04-27 01:56:56 +02:00 committed by GitHub
parent e5eb69dd58
commit 7ec2e3fde0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 1 deletions

View File

@ -18,13 +18,19 @@ INVERTED_FEATURES
if("open62541" IN_LIST FEATURES)
list(APPEND FEATURE_OPTIONS -DINPUT_open62541=system
-DHAVE_open62541=true)
vcpkg_find_acquire_program(PYTHON3)
else()
list(APPEND FEATURE_OPTIONS -DINPUT_open62541=no)
endif()
if("uacpp" IN_LIST FEATURES)
message(WARNING "\nPlease note that you have to install the Unified Automation C++ SDK yourself.\n")
endif()
qt_install_submodule(PATCHES ${${PORT}_PATCHES}
CONFIGURE_OPTIONS
${FEATURE_OPTIONS}
"-DPYTHON_EXECUTABLE=${PYTHON3}"
CONFIGURE_OPTIONS_RELEASE
CONFIGURE_OPTIONS_DEBUG
)

View File

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

View File

@ -6694,7 +6694,7 @@
},
"qtopcua": {
"baseline": "6.5.0",
"port-version": 0
"port-version": 1
},
"qtpositioning": {
"baseline": "6.5.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "efe3fbd8d37c121fbb7758de82fac9bd4b315a77",
"version": "6.5.0",
"port-version": 1
},
{
"git-tree": "4e08f45ca76dba44e3de1c48d6210e1d987f44b3",
"version": "6.5.0",