summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2022-07-15 12:26:58 +0200
committerAlexey Edelev <alexey.edelev@qt.io>2022-08-01 09:56:03 +0000
commitdfd28bb63508214e20a5b86eb0abb050614a5d89 (patch)
tree166a68c5bfbfb98283bfd3be45907749f67a7a8c
parent98b2daf9e4089b81eb742ffb4086b9fb57f5d3b8 (diff)
downloadqtwebchannel-dfd28bb63508214e20a5b86eb0abb050614a5d89.tar.gz
Add the missing header files to a CMake source tree
Task-number: QTBUG-103196 Change-Id: I58584120831b1d5b5ec06b1500bf39a90ca9963b Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
-rw-r--r--src/webchannel/CMakeLists.txt9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/webchannel/CMakeLists.txt b/src/webchannel/CMakeLists.txt
index b26dbe0..82e6e29 100644
--- a/src/webchannel/CMakeLists.txt
+++ b/src/webchannel/CMakeLists.txt
@@ -14,6 +14,7 @@ qt_internal_add_module(WebChannel
qwebchannelabstracttransport.cpp qwebchannelabstracttransport.h
signalhandler_p.h
variantargument_p.h
+ qwebchannelglobal.h
LIBRARIES
Qt::CorePrivate
PUBLIC_LIBRARIES
@@ -49,16 +50,12 @@ qt_internal_add_resource(WebChannel "resources"
qt_internal_extend_target(WebChannel CONDITION TARGET Qt::Qml
SOURCES
- qqmlwebchannel.cpp
- qqmlwebchannelattached.cpp
+ qqmlwebchannel.cpp qqmlwebchannel.h
+ qqmlwebchannelattached.cpp qqmlwebchannelattached_p.h
PUBLIC_LIBRARIES
Qt::Qml
)
-#### Keys ignored in scope 2:.:.:webchannel.pro:TARGET Qt::Qml:
-# PRIVATE_HEADERS = "qqmlwebchannelattached_p.h"
-# PUBLIC_HEADERS = "qqmlwebchannel.h"
-
qt_internal_extend_target(WebChannel CONDITION NOT TARGET Qt::Qml
DEFINES
QT_NO_JSVALUE