Re: [PATCH] kconfig: qconf: show Qt version in the About dialog

2020-11-22 Thread Masahiro Yamada
On Mon, Nov 2, 2020 at 12:40 PM Masahiro Yamada wrote: > > You can get the Qt version by running "pkg-config --modversion Qt5Core" > or something, but this might be useful to get the runtime Qt version > more easily. Go to the menu "Help" -> "About", then you can see it. > > Signed-off-by:

[PATCH] kconfig: qconf: show Qt version in the About dialog

2020-11-01 Thread Masahiro Yamada
You can get the Qt version by running "pkg-config --modversion Qt5Core" or something, but this might be useful to get the runtime Qt version more easily. Go to the menu "Help" -> "About", then you can see it. Signed-off-by: Masahiro Yamada --- scripts/kconfig/qconf.cc | 9 ++--- 1 file