From 56a7984a90992371cd7f54a061dcc791e6f22cfd Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Thu, 26 Mar 2020 21:10:20 +0100 Subject: Remove QRegExp from the bootstrap library All it's uses have been replaces with QRegularExpression. Change-Id: I5bcdfdd8a39dad6d1288f18f1b24d2eea9e028d2 Reviewed-by: Simon Hausmann --- src/tools/bootstrap/.prev_CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'src/tools/bootstrap/.prev_CMakeLists.txt') diff --git a/src/tools/bootstrap/.prev_CMakeLists.txt b/src/tools/bootstrap/.prev_CMakeLists.txt index 90932f7265..ae7773a165 100644 --- a/src/tools/bootstrap/.prev_CMakeLists.txt +++ b/src/tools/bootstrap/.prev_CMakeLists.txt @@ -103,7 +103,6 @@ qt_add_module(Bootstrap ../../corelib/text/qbytearraymatcher.cpp ../../corelib/text/qlocale.cpp ../../corelib/text/qlocale_tools.cpp - ../../corelib/text/qregexp.cpp ../../corelib/text/qregularexpression.cpp ../../corelib/text/qstring.cpp ../../corelib/text/qstring_compat.cpp -- cgit v1.2.3