Preparing the upcoming release, switch to experimental Added new build dependendies: - gcc (>= 4:6) - g++ (>= 4:6) - libqt5xdgiconloader-dev (>= 1.3.1~) Minimum versions added Bumped Standards to 3.9.8, no changes needed Fixed VCS fields, using https and plain /git/ Removed README.debian, no longer needed Fixed copyrights Format field to https Bumped years in copyrights Fixed copyrights Source field Removed outdated file and license from copyrights Added hardening options Added translation control to rules Set CMAKE_BUILD_TYPE=RelWithDebInfo Exported LC_ALL=C.UTF-8, make builds reproducible Added a basic gbp.conf
libqtlxqt
LXQt system integration plugin for Qt.
With this plugin, all Qt-based programs can adopt settings of LXQt, such as the icon theme.
To use the plugin in Qt 5, we have to export the environment variable QT_QPA_PLATFORMTHEME=lxqt. Then every Qt5 program can load the theme plugin. If, for some unknown reasons, the plugin is not loaded, we can debug the plugin by exporting QT_DEBUG_PLUGINS=1. Then, Qt5 will print detailed information and error messages about all plugins in the console when running any Qt5 programs.
Description