From a372b56d693e78e9da8879e9f7ce204b72897bc6 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Thu, 22 Jun 2017 03:16:10 +0000 Subject: Revert "Add QDeadlineTimer to the bootstrap library" This reverts commit e147c3d413a6bef635a200d7b306c88f867ad278. There is one symbol from QDeadlineTimer that isn't in qdeadlinetimer.cpp for performance reasons. Anyway, QDeadlineTimer is no longer needed, as the previous commit removed its need. Change-Id: I9b79e7f052824a475ba8ab16fe8ad10874794b8c Reviewed-by: Simon Hausmann --- src/tools/bootstrap/bootstrap.pro | 1 - 1 file changed, 1 deletion(-) (limited to 'src/tools') diff --git a/src/tools/bootstrap/bootstrap.pro b/src/tools/bootstrap/bootstrap.pro index abc3bcf9e5..b92e5bb82b 100644 --- a/src/tools/bootstrap/bootstrap.pro +++ b/src/tools/bootstrap/bootstrap.pro @@ -53,7 +53,6 @@ SOURCES += \ ../../corelib/io/qloggingregistry.cpp \ ../../corelib/kernel/qcoreapplication.cpp \ ../../corelib/kernel/qcoreglobaldata.cpp \ - ../../corelib/kernel/qdeadlinetimer.cpp \ ../../corelib/kernel/qmetatype.cpp \ ../../corelib/kernel/qvariant.cpp \ ../../corelib/kernel/qsystemerror.cpp \ -- cgit v1.2.3