summaryrefslogtreecommitdiff
path: root/src/plugins/autotoolsprojectmanager/makefileparser.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2012-07-25 09:48:48 +0200
committerEike Ziller <eike.ziller@nokia.com>2012-07-25 10:39:39 +0200
commitf1e7fcf64a43b32d25899f7df7e957709db67385 (patch)
tree6734b25428501fa69c010d59d991254af9d55a26 /src/plugins/autotoolsprojectmanager/makefileparser.cpp
parent04c97da81ec77736345dd36b2bfe16fe381ec6c8 (diff)
downloadqt-creator-f1e7fcf64a43b32d25899f7df7e957709db67385.tar.gz
Clean up includes in autotools-plugin.
Fixing an lupdate warning about cyclic dependencies of autotoolsbuildsettingswidget.h. Change-Id: I0e1c721df2c5f70ae9de38dd9bc5a34b63622ba7 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
Diffstat (limited to 'src/plugins/autotoolsprojectmanager/makefileparser.cpp')
-rw-r--r--src/plugins/autotoolsprojectmanager/makefileparser.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/autotoolsprojectmanager/makefileparser.cpp b/src/plugins/autotoolsprojectmanager/makefileparser.cpp
index 972f6bce0a..a1fea7247f 100644
--- a/src/plugins/autotoolsprojectmanager/makefileparser.cpp
+++ b/src/plugins/autotoolsprojectmanager/makefileparser.cpp
@@ -37,6 +37,7 @@
#include <utils/qtcassert.h>
#include <QFile>
+#include <QDir>
#include <QFileInfoList>
#include <QMutexLocker>