[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAK7LNARZ6nhe96=8O2dRt3hPqj9v=5DJGgkt+CWuSkpvkCKanw@mail.gmail.com>
Date: Wed, 16 Aug 2023 12:05:34 +0900
From: Masahiro Yamada <masahiroy@...nel.org>
To: Boris Kolpackov <boris@...esynthesis.com>
Cc: linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v3 1/1] kconfig: port qconf to work with Qt6 in addition
to Qt5
On Thu, Aug 10, 2023 at 6:10 AM Boris Kolpackov <boris@...esynthesis.com> wrote:
>
> Tested with Qt5 5.15 and Qt6 6.4. Note that earlier versions of Qt5
> are no longer guaranteed to work.
>
> Signed-off-by: Boris Kolpackov <boris@...esynthesis.com>
Applied to linux-kbuild. Thanks.
I sorted the include directives alphabetically.
The following is the diff from your original patch.
diff --git a/scripts/kconfig/qconf.cc b/scripts/kconfig/qconf.cc
index 3a4d7a19e800..620a3527c767 100644
--- a/scripts/kconfig/qconf.cc
+++ b/scripts/kconfig/qconf.cc
@@ -9,7 +9,6 @@
#include <QApplication>
#include <QCloseEvent>
#include <QDebug>
-#include <QScreen>
#include <QFileDialog>
#include <QLabel>
#include <QLayout>
@@ -17,8 +16,9 @@
#include <QMenu>
#include <QMenuBar>
#include <QMessageBox>
-#include <QToolBar>
#include <QRegularExpression>
+#include <QScreen>
+#include <QToolBar>
#include <stdlib.h>
--
Best Regards
Masahiro Yamada
Powered by blists - more mailing lists