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 5693f76b61
Adding upstream version 0.12.0.
7 years ago
src Adding upstream version 0.12.0. 7 years ago
AUTHORS Adding upstream version 0.12.0. 7 years ago
CHANGELOG Adding upstream version 0.12.0. 7 years ago
CMakeLists.txt Adding upstream version 0.12.0. 7 years ago
LICENSE Adding upstream version 0.10.0. 9 years ago
README.md Adding upstream version 0.11.0. 8 years ago

README.md

lxqt-qtplugin

Overview

This repository is providing a library libqtlxqt to integrate Qt with LXQt.

With this plugin, all Qt-based programs can adopt settings of LXQt, such as the icon theme.

Installation

Compiling source code

Runtime dependencies are libdbusmenu-qt5 and liblxqt.
Additional build dependencies are CMake and qttools, optionally Git to pull latest VCS checkouts.

Code configuration is handled by CMake. CMake variable CMAKE_INSTALL_PREFIX has to be set to /usr on most operating systems.

To build run make, to install make install which accepts variable DESTDIR as usual.

Binary packages

Official binary packages are provided by all major Linux distributions like Arch Linux, Debian (as of Debian stretch only), Fedora and openSUSE. Just use your package manager to search for string lxqt-qtplugin.

Configuration, Usage

To use the plugin in Qt 5, we have to export 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.