aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/productinstaller.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/corelib/buildgraph/productinstaller.h')
-rw-r--r--src/lib/corelib/buildgraph/productinstaller.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/corelib/buildgraph/productinstaller.h b/src/lib/corelib/buildgraph/productinstaller.h
index 12ae69a0b..b7bf9e3fe 100644
--- a/src/lib/corelib/buildgraph/productinstaller.h
+++ b/src/lib/corelib/buildgraph/productinstaller.h
@@ -45,8 +45,8 @@
#include <logging/logger.h>
#include <tools/installoptions.h>
-#include <QHash>
-#include <QList>
+#include <QtCore/qhash.h>
+#include <QtCore/qlist.h>
namespace qbs {
namespace Internal {