diff options
author | Samuel Gaist <[email protected]> | 2017-03-09 23:02:32 +0100 |
---|---|---|
committer | Samuel Gaist <[email protected]> | 2017-03-13 22:05:30 +0000 |
commit | 4033471aa91ac0cde52786c45c9e95b119197dfc (patch) | |
tree | cec9522efe2ca29b58842ab1b6467d9a54adb278 /src/plugins/qmakeprojectmanager/makefileparse.cpp | |
parent | 8e631c9b26abbb481f92a94af93ebe199700db81 (diff) |
QRegExp include cleanup
This patch adds the missing include statements for QRegExp.
Change-Id: Ibb03b929940adb84ae190b5090cb6b88653cc14c
Reviewed-by: Orgad Shaneh <[email protected]>
Diffstat (limited to 'src/plugins/qmakeprojectmanager/makefileparse.cpp')
-rw-r--r-- | src/plugins/qmakeprojectmanager/makefileparse.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/qmakeprojectmanager/makefileparse.cpp b/src/plugins/qmakeprojectmanager/makefileparse.cpp index e0c2e4100c4..aea591e5abd 100644 --- a/src/plugins/qmakeprojectmanager/makefileparse.cpp +++ b/src/plugins/qmakeprojectmanager/makefileparse.cpp @@ -32,6 +32,7 @@ #include <QDebug> #include <QDir> #include <QFileInfo> +#include <QRegExp> #include <QTextStream> #include <QLoggingCategory> |