summaryrefslogtreecommitdiffstats
path: root/tools/binarycreator/binarycreator.cpp
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/binarycreator/binarycreator.cpp
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/binarycreator/binarycreator.cpp')
-rw-r--r--tools/binarycreator/binarycreator.cpp1
1 files changed, 1 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>