QbsProjectManager: Fix missing include

Avoid compile issue when using gcc 4.8.
(error: variable 'const QRegularExpression re' has initializer but
incomplete type)

Change-Id: Ic89f9afdf0a6854948a21103a64ec8b8f4ad1681
Reviewed-by: Jake Petroules <jake.petroules@qt.io>
This commit is contained in:
Christian Stenger
2016-11-11 06:49:52 +01:00
committed by Jake Petroules
parent d121fefaa9
commit 2380757199

View File

@@ -44,6 +44,7 @@
#include <QDir>
#include <QFileInfo>
#include <QRegularExpression>
#include <QSettings>
namespace QbsProjectManager {