summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorSamuel Gaist <samuel.gaist@edeltech.ch>2017-03-12 22:10:31 +0100
committerSamuel Gaist <samuel.gaist@edeltech.ch>2017-03-13 20:56:02 +0000
commitaca7f1fb7e544fd68adc5f05b291ebefe3a21c94 (patch)
tree67c7332ecc03f5d7c5fbf9662ee6a3631a3434af /tools
parent9735faf767f805560855e3ea3a9908f901e63891 (diff)
QRegExp include cleanup
This patch adds the missing include statements for QRegExp. Change-Id: I05fed3e83514af895b95a3df746b0ae1e6b31828 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'tools')
-rw-r--r--tools/binarycreator/binarycreator.cpp1
-rw-r--r--tools/binarycreator/rcc/rcc.cpp1
-rw-r--r--tools/common/repositorygen.cpp1
3 files changed, 3 insertions, 0 deletions
diff --git a/tools/binarycreator/binarycreator.cpp b/tools/binarycreator/binarycreator.cpp
index 8687f7b1d..270440310 100644
--- a/tools/binarycreator/binarycreator.cpp
+++ b/tools/binarycreator/binarycreator.cpp
@@ -43,6 +43,7 @@
#include <QDirIterator>
#include <QDomDocument>
#include <QProcess>
+#include <QRegExp>
#include <QSettings>
#include <QTemporaryFile>
#include <QTemporaryDir>
diff --git a/tools/binarycreator/rcc/rcc.cpp b/tools/binarycreator/rcc/rcc.cpp
index 241297475..ce19d5e42 100644
--- a/tools/binarycreator/rcc/rcc.cpp
+++ b/tools/binarycreator/rcc/rcc.cpp
@@ -36,6 +36,7 @@
#include <QtCore/QFile>
#include <QtCore/QIODevice>
#include <QtCore/QLocale>
+#include <QtCore/QRegExp>
#include <QtCore/QStack>
#include <QXmlStreamReader>
diff --git a/tools/common/repositorygen.cpp b/tools/common/repositorygen.cpp
index 4335d5c8d..a2b4fd5f4 100644
--- a/tools/common/repositorygen.cpp
+++ b/tools/common/repositorygen.cpp
@@ -40,6 +40,7 @@
#include <kdupdater.h>
#include <QtCore/QDirIterator>
+#include <QtCore/QRegExp>
#include <QtXml/QDomDocument>