summaryrefslogtreecommitdiffstats
path: root/src/tools/bootstrap
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2022-01-27 13:45:37 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2022-02-09 19:49:36 +0100
commitc22b30f594564b83776ac697ad12cd652044f3cb (patch)
tree5a32a8daac35b6f146c08981dbfb0b5e0be049cb /src/tools/bootstrap
parent985f0e9ca5905af7791f39fddd005f0c9f8fe081 (diff)
Remove QSystemSemaphore from bootstrap lib
This class is used by androidtestrunner, which is not bootstrapped. Change-Id: Ie75b4dd039f773a8ccb58f243bf9f74a5121c3f3 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/tools/bootstrap')
-rw-r--r--src/tools/bootstrap/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/tools/bootstrap/CMakeLists.txt b/src/tools/bootstrap/CMakeLists.txt
index 08ea2053c5..a348ddd8e2 100644
--- a/src/tools/bootstrap/CMakeLists.txt
+++ b/src/tools/bootstrap/CMakeLists.txt
@@ -50,7 +50,6 @@ qt_internal_extend_target(Bootstrap
../../corelib/kernel/qmetacontainer.cpp
../../corelib/kernel/qmetatype.cpp
../../corelib/kernel/qsystemerror.cpp
- ../../corelib/kernel/qsystemsemaphore.cpp
../../corelib/kernel/qvariant.cpp
../../corelib/plugin/quuid.cpp
../../corelib/serialization/qcborcommon.cpp
@@ -135,9 +134,6 @@ qt_internal_extend_target(Bootstrap CONDITION UNIX
../../corelib/io/qfilesystemiterator_unix.cpp
../../corelib/io/qfsfileengine_unix.cpp
../../corelib/kernel/qcore_unix.cpp
- ../../corelib/kernel/qsystemsemaphore_posix.cpp
- ../../corelib/kernel/qsystemsemaphore_systemv.cpp
- ../../corelib/kernel/qsystemsemaphore_unix.cpp
)
qt_internal_extend_target(Bootstrap CONDITION WIN32
@@ -148,7 +144,6 @@ qt_internal_extend_target(Bootstrap CONDITION WIN32
../../corelib/io/qfsfileengine_win.cpp
../../corelib/io/qstandardpaths_win.cpp
../../corelib/kernel/qcoreapplication_win.cpp
- ../../corelib/kernel/qsystemsemaphore_win.cpp
../../corelib/kernel/qwinregistry.cpp
../../corelib/plugin/qsystemlibrary.cpp
PUBLIC_LIBRARIES