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>
This commit is contained in:
parent
985f0e9ca5
commit
c22b30f594
@ -126,7 +126,6 @@
|
||||
#endif
|
||||
#define QT_FEATURE_syslog -1
|
||||
#define QT_NO_SYSTEMLOCALE
|
||||
#define QT_FEATURE_systemsemaphore -1
|
||||
#define QT_FEATURE_temporaryfile 1
|
||||
#define QT_FEATURE_textdate 1
|
||||
#define QT_FEATURE_thread -1
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user