lxqt-qtplugin Packaging
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Alf Gaida 7bb5ddfaef
lxqt-qtplugin Debian release 0.9.0+20150819-2
9 years ago
debian lxqt-qtplugin Debian release 0.9.0+20150819-2 9 years ago
src Imported Upstream version 0.9.0+20150819 9 years ago
.gitignore Imported Upstream version 0.9.0+20150819 9 years ago
AUTHORS Adding upstream version 0.9.0. 9 years ago
CMakeLists.txt Imported Upstream version 0.9.0+20150819 9 years ago
COPYING Adding upstream version 0.9.0. 9 years ago
README Adding upstream version 0.9.0. 9 years ago

README

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.