A qml style provider for hypr* qt apps https://wiki.hyprland.org/Hypr-Ecosystem/hyprland-qt-support/
  • QML 44.2%
  • C++ 29.7%
  • CMake 16%
  • Nix 8.7%
  • Makefile 1.4%
Find a file
VDawg 9ef7f6970f
readme: Add wiki link (#8)
* Update README.md

* ## for h1 (duh)
2025-10-03 00:02:40 +02:00
cmake build: fix installation, disable tester by default 2025-01-06 21:31:54 -08:00
nix nix: use gcc15 (#5) 2025-06-05 21:16:32 +01:00
src Add missing PkgConfig:: qualifier to hyprlang import 2025-03-10 18:37:49 -03:00
.clang-format core: project setup 2024-10-18 03:39:13 -07:00
.clang-tidy build: update lints 2025-01-07 18:53:56 -08:00
.editorconfig build: update lints 2025-01-07 18:53:56 -08:00
.gitignore core: project setup 2024-10-18 03:39:13 -07:00
CMakeLists.txt cmake: include GNUInstallDirs after project() (#1) 2025-01-09 10:40:20 +00:00
flake.lock nix: use gcc15 (#5) 2025-06-05 21:16:32 +01:00
flake.nix flake: add hyprlang flake + overlay 2025-01-09 23:32:25 +02:00
LICENSE core: project setup 2024-10-18 03:39:13 -07:00
Makefile core: project setup 2024-10-18 03:39:13 -07:00
README.md readme: Add wiki link (#8) 2025-10-03 00:02:40 +02:00
VERSION version: bump to 0.1.0 2025-01-08 23:00:35 +01:00

hyprland-qt-support

A qt6 qml style provider for hypr* apps.

Configuration

You will find configuration details for this and all other Hypr* tools in the wiki: https://wiki.hypr.land/Hypr-Ecosystem/hyprland-qt-support/

Building

You can build it with this command:

cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr -DINSTALL_QML_PREFIX=/lib/qt6/qml -S . -B ./build
cmake --build ./build --config Release --target all -j`nproc 2>/dev/null || getconf NPROCESSORS_CONF`

Please note the INSTALL_QML_PREFIX is distro-specific and may differ.

For Arch, it's the same as in the example above, /lib/qt6/qml.

Usage

Launch a qt/qml app with QT_QUICK_CONTROLS_STYLE=org.hyprland.style