package/qt6/Config.in: fix alphabetic ordering

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Thomas Petazzoni 2023-08-24 23:20:00 +02:00
parent 6ca42939d6
commit 9c806e132a

View File

@ -44,9 +44,9 @@ menuconfig BR2_PACKAGE_QT6
if BR2_PACKAGE_QT6
source "package/qt6/qt6base/Config.in"
source "package/qt6/qt6core5compat/Config.in"
source "package/qt6/qt6serialbus/Config.in"
source "package/qt6/qt6serialport/Config.in"
source "package/qt6/qt6svg/Config.in"
source "package/qt6/qt6core5compat/Config.in"
endif