summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2024-02-27 20:13:28 -0800
committerThiago Macieira <thiago.macieira@intel.com>2024-03-13 00:00:48 -0800
commit9e214cbcdd138d2363b836c005450d27c0191f74 (patch)
treedc2a677d9fc6e60db0e24d5276615f53c71c3d83 /src/tools
parentcdbc76360ae4c12b25923a7cb392355a6485fc70 (diff)
Bootstrap: remove QRandomGenerator
The bootstrapped tools really mustn't produce random output (they must always be reproducible exactly). Therefore, ensure we don't need this file. Change-Id: I01ec3c774d9943adb903fffd17b7eb94dbd4be89 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> Reviewed-by: Ahmad Samir <a.samirh78@gmail.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/bootstrap/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/bootstrap/CMakeLists.txt b/src/tools/bootstrap/CMakeLists.txt
index 673c1f70bf..3f4d993fbf 100644
--- a/src/tools/bootstrap/CMakeLists.txt
+++ b/src/tools/bootstrap/CMakeLists.txt
@@ -20,7 +20,6 @@ qt_internal_extend_target(Bootstrap
../../corelib/global/qmalloc.cpp
../../corelib/global/qnumeric.cpp
../../corelib/global/qoperatingsystemversion.cpp
- ../../corelib/global/qrandom.cpp
../../corelib/global/qtenvironmentvariables.cpp
../../corelib/io/qabstractfileengine.cpp
../../corelib/io/qbuffer.cpp