summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAntti Määttä <antti.maatta@qt.io>2023-03-09 11:21:13 +0200
committerAntti Määttä <antti.maatta@qt.io>2023-03-21 10:06:32 +0200
commitaed3de39125896ec8a09405b7bd5b53a1406f7b9 (patch)
treef10f6cfeff5e8cbe955164f42d482e051c14b450 /src/CMakeLists.txt
parent643b6e5b291669c0decda1ed827ec2a98cfc6e29 (diff)
Move CTF tracing plugin to plugins directory
A coming change to support streaming requires networking so having it in corelib is dubious. Pick-to: 6.5 Change-Id: Idc25abe23b5ed07823d749294796c9f318ef1744 Reviewed-by: Hatem ElKharashy <hatem.elkharashy@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io> Reviewed-by: Janne Koskinen <janne.p.koskinen@qt.io>
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 3fd80a259d..79d313ce32 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -43,9 +43,6 @@ endif()
qt_install_3rdparty_library_wrap_config_extra_file(BundledZLIB)
add_subdirectory(corelib)
-if (QT_FEATURE_ctf AND QT_FEATURE_library)
- add_subdirectory(corelib/tracing)
-endif()
# Needs to be after corelib, because some of them reference Core.
add_subdirectory(3rdparty)