From 885a41d1667ac8ccf59a4de76cb8449074a466ac Mon Sep 17 00:00:00 2001 From: Arttu Tarkiainen Date: Fri, 20 Nov 2020 17:09:30 +0200 Subject: Tools: refactor to move general purpose functionality to installer lib This makes it possible to utilize parts of our existing tooling in the offline installer from online installer generation process. Task-number: QTIFW-2048 Change-Id: I7ee605be75541cc83a3b6909089bda45f0835bcf Reviewed-by: Katja Marttila --- tools/repogen/repogen.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/repogen/repogen.cpp') diff --git a/tools/repogen/repogen.cpp b/tools/repogen/repogen.cpp index 5c67cbc1c..10aa0370b 100644 --- a/tools/repogen/repogen.cpp +++ b/tools/repogen/repogen.cpp @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (C) 2017 The Qt Company Ltd. +** Copyright (C) 2020 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt Installer Framework. @@ -25,8 +25,8 @@ ** $QT_END_LICENSE$ ** **************************************************************************/ -#include "common/repositorygen.h" +#include #include #include #include -- cgit v1.2.3