summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2017-06-22 03:16:10 +0000
committerLiang Qi <liang.qi@qt.io>2017-06-25 08:01:49 +0000
commita372b56d693e78e9da8879e9f7ce204b72897bc6 (patch)
tree78b01e744287d9320109fec305cf1fc3d7e9926c
parent8dd8acf8bbfde548756ccde52cb14c848f2d8739 (diff)
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 <simon.hausmann@qt.io>
-rw-r--r--src/tools/bootstrap/bootstrap.pro1
1 files changed, 0 insertions, 1 deletions
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 \