kconfig: qconf: show Qt version in the About dialog
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 2 Nov 2020 02:59:57 +0000 (11:59 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Tue, 8 Dec 2020 14:31:29 +0000 (23:31 +0900)
commitf463269fb940d2a4259169b1e87aab8d259a9ec4
tree01563e4d8baee48a057474937a31fcac994af350
parent98ebea7ba891569c3678c5cd2fd1960098e84f4e
kconfig: qconf: show Qt version in the About dialog

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 <masahiroy@kernel.org>
scripts/kconfig/qconf.cc