This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Description
I'm unable to build hyprland-qtutils ever since it released. I get the following errors:
Error generating loader stub: No such file or directory
make[2]: *** [utils/dialog/CMakeFiles/hyprland-dialog.dir/build.make:112: utils/dialog/.rcc/qmlcache/hyprland-dialog_qmlcache_loader.cpp] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [utils/update-screen/CMakeFiles/hyprland-update-screen.dir/build.make:112: utils/update-screen/.rcc/qmlcache/hyprland-update-screen_qmlcache_loader.cpp] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/Makefile2:670: utils/update-screen/CMakeFiles/hyprland-update-screen.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/Makefile2:253: utils/dialog/CMakeFiles/hyprland-dialog.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
I have installed all dependencies (qt6, qt6-declarative, qqc2-desktop-style) and tried going through the build directory for potential clues but am unable to find anything.