From f7d89e8e1245515fda6d9cf17bedefe8678fb974 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Wed, 29 Sep 2021 18:05:01 -0700 Subject: qconfig.cpp: Remove the install date It's not used anywhere. It's been a legacy since 5.0 anyway. Change-Id: I2bbf422288924c198645fffd16a9740444c7f13b Reviewed-by: Alexandru Croitor Reviewed-by: Joerg Bornemann (cherry picked from commit d105a7bd62b0674e3b128dbb0d3baa404f277e9b) Reviewed-by: Qt Cherry-pick Bot --- src/corelib/global/qconfig.cpp.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/corelib/global/qconfig.cpp.in b/src/corelib/global/qconfig.cpp.in index e6a85feffd..4e373888e2 100644 --- a/src/corelib/global/qconfig.cpp.in +++ b/src/corelib/global/qconfig.cpp.in @@ -10,8 +10,6 @@ * qt_configure_strs. Also qtConfEntries are strongly bound to QLibraryInfo::LibraryPath. */ -/* Installation date */ -static const char qt_configure_installation [12+11] = "qt_instdate=2012-12-20"; /* Installation Info */ static const char qt_configure_prefix_path_str [12+256] = "qt_prfxpath=@QT_CONFIGURE_PREFIX_PATH_STR@"; static const short qt_configure_str_offsets[] = { -- cgit v1.2.3