summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-05-25 15:25:46 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-05-25 20:16:38 +0200
commit99ad0b5c951e96f42de6d729d7ef4c37cd1554c3 (patch)
tree0b7b506bb727275fc37d2b3fc87b1a2806f7b4b7 /src
parent723a02b2355a5c91bce10be39279404ca09f6032 (diff)
CMake: Disable usage of CMake API compatibility wrappers
Setting the QT_NO_INTERNAL_COMPATIBILITY_FUNCTIONS variable in the project ensures we ported away from old API calls. Task-number: QTBUG-86815 Change-Id: I58d7107f556e2f06ecf5b47fab65ccec7d929b6d Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/plugins/opcua/uacpp/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/opcua/uacpp/CMakeLists.txt b/src/plugins/opcua/uacpp/CMakeLists.txt
index 6ecb3d4..145778e 100644
--- a/src/plugins/opcua/uacpp/CMakeLists.txt
+++ b/src/plugins/opcua/uacpp/CMakeLists.txt
@@ -30,7 +30,7 @@ qt_internal_add_plugin(QUACppPlugin
## Scopes:
#####################################################################
-qt_extend_target(QUACppPlugin CONDITION WIN32
+qt_internal_extend_target(QUACppPlugin CONDITION WIN32
DEFINES
_UA_STACK_USE_DLL
)