summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorkh <karsten.heimrich@theqtcompany.com>2015-04-13 14:52:38 +0200
committerKarsten Heimrich <karsten.heimrich@theqtcompany.com>2015-04-13 13:13:26 +0000
commitc6c815e3d0cb045c052963376dc92e13424a6f97 (patch)
tree90cea50144986d671c4d3a3fcf60619ef1a30337 /tools
parentcc2f6b45f27bb20d8538d9cfa5613e2a10fff068 (diff)
Compile with Qt 5.5
Change-Id: Iaab5bd3821bc4f1d4a826c9fee0c2a8c75d06bba Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
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 {