aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/android/androiddeployqtstep.cpp
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2022-09-27 08:54:23 +0200
committerhjk <hjk@qt.io>2022-09-28 06:11:08 +0000
commit4a5c3d871df5dbda5fe01d4f217504af0a1405fc (patch)
tree0b63e09fea32e93827b036223f03eca707217145 /src/plugins/android/androiddeployqtstep.cpp
parent52e8b83bd55cb65bdec6399cbefb9b9f8ed1e18b (diff)
Android: Clean up JavaParser a bit
Change-Id: I8d5113c7916f816d34a1eacc0b978645d710b2be Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Diffstat (limited to 'src/plugins/android/androiddeployqtstep.cpp')
-rw-r--r--src/plugins/android/androiddeployqtstep.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/android/androiddeployqtstep.cpp b/src/plugins/android/androiddeployqtstep.cpp
index dec905a6bc..03795b4d34 100644
--- a/src/plugins/android/androiddeployqtstep.cpp
+++ b/src/plugins/android/androiddeployqtstep.cpp
@@ -42,6 +42,7 @@
#include <QLoggingCategory>
#include <QMessageBox>
#include <QPushButton>
+#include <QRegularExpression>
#include <QVBoxLayout>
using namespace ProjectExplorer;