aboutsummaryrefslogtreecommitdiffstats
path: root/src/webchannel
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-03-12 17:05:31 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-03-15 11:28:28 +0100
commit892dfeeff0fd3c17cfeb3cbb887f7a80e436aa17 (patch)
tree0cab658cbe4a01a0f579d609d35c9646e6c04de9 /src/webchannel
parente421f4b54d37ca6f685ba6ecbf89bd6f3fa53131 (diff)
Re-generate CMake project files
Change-Id: I7973833fa7b4000cb8f6e1a1fc0a8c560fe16a3b Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src/webchannel')
-rw-r--r--src/webchannel/CMakeLists.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/webchannel/CMakeLists.txt b/src/webchannel/CMakeLists.txt
index 9fba217..acd33fe 100644
--- a/src/webchannel/CMakeLists.txt
+++ b/src/webchannel/CMakeLists.txt
@@ -4,7 +4,7 @@
## WebChannel Module:
#####################################################################
-qt_add_module(WebChannel
+qt_internal_add_module(WebChannel
SOURCES
qmetaobjectpublisher.cpp qmetaobjectpublisher_p.h
qwebchannel.cpp qwebchannel.h qwebchannel_p.h
@@ -29,7 +29,7 @@ set(resources_resource_files
set_source_files_properties(${resources_resource_files} PROPERTIES QT_SKIP_QUICKCOMPILER 1)
-qt_add_resource(WebChannel "resources"
+qt_internal_add_resource(WebChannel "resources"
PREFIX
"/qtwebchannel/"
FILES
@@ -43,7 +43,7 @@ qt_add_resource(WebChannel "resources"
## Scopes:
#####################################################################
-qt_extend_target(WebChannel CONDITION TARGET Qt::Qml
+qt_internal_extend_target(WebChannel CONDITION TARGET Qt::Qml
SOURCES
qqmlwebchannel.cpp
qqmlwebchannelattached.cpp
@@ -55,11 +55,11 @@ qt_extend_target(WebChannel CONDITION TARGET Qt::Qml
# PRIVATE_HEADERS = "qqmlwebchannelattached_p.h"
# PUBLIC_HEADERS = "qqmlwebchannel.h"
-qt_extend_target(WebChannel CONDITION NOT TARGET Qt::Qml
+qt_internal_extend_target(WebChannel CONDITION NOT TARGET Qt::Qml
DEFINES
QT_NO_JSVALUE
)
-qt_add_docs(WebChannel
+qt_internal_add_docs(WebChannel
doc/qtwebchannel.qdocconf
)