summaryrefslogtreecommitdiffstats
path: root/qmake
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2020-03-26 21:10:20 +0100
committerLars Knoll <lars.knoll@qt.io>2020-05-06 09:57:31 +0200
commit56a7984a90992371cd7f54a061dcc791e6f22cfd (patch)
tree86e08c120d5e064cf166a573cf74f732c3d78347 /qmake
parent660b38bb2c4a7650ed04dc0f2feb2bf93d4e6739 (diff)
Remove QRegExp from the bootstrap library
All it's uses have been replaces with QRegularExpression. Change-Id: I5bcdfdd8a39dad6d1288f18f1b24d2eea9e028d2 Reviewed-by: Simon Hausmann <hausmann@gmail.com>
Diffstat (limited to 'qmake')
-rw-r--r--qmake/generators/makefile.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qmake/generators/makefile.cpp b/qmake/generators/makefile.cpp
index 3ccd53f0a2..1622a4b856 100644
--- a/qmake/generators/makefile.cpp
+++ b/qmake/generators/makefile.cpp
@@ -41,6 +41,7 @@
#include <qdebug.h>
#include <qbuffer.h>
#include <qdatetime.h>
+#include <qregexp.h>
#if defined(Q_OS_UNIX)
#include <unistd.h>