From 006b2fc786483bb64c77328f96969a73153760e4 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Wed, 14 Dec 2022 18:02:10 +0000 Subject: Add support for Qt6 (#5527) * qbittorrent: add support for Qt6 * wusc: add support for Qt6 --- etc/inc/whitelist-usr-share-common.inc | 1 + etc/profile-m-z/qbittorrent.profile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/inc/whitelist-usr-share-common.inc b/etc/inc/whitelist-usr-share-common.inc index 1dbaf8bdb..bb0bcd050 100644 --- a/etc/inc/whitelist-usr-share-common.inc +++ b/etc/inc/whitelist-usr-share-common.inc @@ -55,6 +55,7 @@ whitelist /usr/share/qt whitelist /usr/share/qt4 whitelist /usr/share/qt5 whitelist /usr/share/qt5ct +whitelist /usr/share/qt6 whitelist /usr/share/qt6ct whitelist /usr/share/sounds whitelist /usr/share/tcl8.6 diff --git a/etc/profile-m-z/qbittorrent.profile b/etc/profile-m-z/qbittorrent.profile index e064c7023..2a0f4288f 100644 --- a/etc/profile-m-z/qbittorrent.profile +++ b/etc/profile-m-z/qbittorrent.profile @@ -1,5 +1,5 @@ # Firejail profile for qbittorrent -# Description: BitTorrent client based on libtorrent-rasterbar with a Qt5 GUI +# Description: An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar # This file is overwritten after every install/update # Persistent local customizations include qbittorrent.local -- cgit v1.2.3-54-g00ecf