aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldebug
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2023-11-28 14:24:37 +0100
committerAlexey Edelev <alexey.edelev@qt.io>2024-03-20 12:40:43 +0100
commit276c13441fae123c2adbed86604f658d4c9ccc2d (patch)
treec7bb7f3978bbf8951a5af15314a460e42be13e24 /src/qmldebug
parentf2da7a80acf7ea66ae1b172f2e1124ab6abb4248 (diff)
Use NO_GENERATE_CPP_EXPORTS explicitly
Use NO_GENERATE_CPP_EXPORTS explicitly for modules that don't need the autogenerated exports header file. Task-number: QTBUG-90492 Change-Id: I6b2b9949f4592de399517dc5e8c7bd96dc7120d6 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/qmldebug')
-rw-r--r--src/qmldebug/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qmldebug/CMakeLists.txt b/src/qmldebug/CMakeLists.txt
index 084e90cc19..033a492cce 100644
--- a/src/qmldebug/CMakeLists.txt
+++ b/src/qmldebug/CMakeLists.txt
@@ -39,4 +39,5 @@ qt_internal_add_module(QmlDebugPrivate
Qt::Network
Qt::PacketProtocolPrivate
Qt::QmlPrivate
+ NO_GENERATE_CPP_EXPORTS
)