From ca7557335b3f23d97be8817797335f72cfb5d2cb Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Tue, 25 May 2021 15:01:50 +0200 Subject: 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: I034cce0921b65bf635c1d16a408bbd7141efe4a0 Reviewed-by: Qt CI Bot Reviewed-by: Alexandru Croitor --- src/coap/CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/coap/CMakeLists.txt b/src/coap/CMakeLists.txt index d04b05c..d67b5b2 100644 --- a/src/coap/CMakeLists.txt +++ b/src/coap/CMakeLists.txt @@ -4,7 +4,7 @@ ## Coap Module: ##################################################################### -qt_add_module(Coap +qt_internal_add_module(Coap SOURCES qcoapclient.cpp qcoapclient.h qcoapclient_p.h qcoapconnection.cpp qcoapconnection_p.h @@ -31,7 +31,6 @@ qt_add_module(Coap Qt::CorePrivate Qt::Network ) -qt_add_docs(Coap +qt_internal_add_docs(Coap doc/qtcoap.qdocconf ) - -- cgit v1.2.3