summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2015-04-21 14:18:07 +0200
committerKai Koehne <kai.koehne@theqtcompany.com>2015-04-21 14:18:07 +0200
commitffed7d2b6d212e67946d4fa9c6ff7e84ea25e460 (patch)
treeb2f1701a1e7baa2c1b625e3a6f71cceab8731307 /tools
parentda6ed2851f3e18c0b004992ff22d0b4acbf25650 (diff)
parent57007dc93cf60596238a5586af352abcd20df398 (diff)
Merge remote-tracking branch 'origin/2.0'
Conflicts: Changelog Change-Id: Idd7d569f97fba75b05bfc006c7a5b0b9cf8ccf73
Diffstat (limited to 'tools')
-rw-r--r--tools/common/repositorygen.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/common/repositorygen.h b/tools/common/repositorygen.h
index ac53b6329..c63b35a9e 100644
--- a/tools/common/repositorygen.h
+++ b/tools/common/repositorygen.h
@@ -35,9 +35,10 @@
#ifndef QINSTALLER_REPOSITORYGEN_H
#define QINSTALLER_REPOSITORYGEN_H
-#include <QtCore/QString>
-#include <QtCore/QStringList>
-#include <QtCore/QVector>
+#include <QHash>
+#include <QString>
+#include <QStringList>
+#include <QVector>
namespace QInstallerTools {