You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error during cmake: cmake -DCMAKE_INSTALL_PREFIX=/usr .. -- qmlplugindump failed for QtQuick. -- Could NOT find QtQuick-QMLModule (missing: QtQuick-QMLModule_FOUND)
Error during make: $ make [ 2%] Automatic MOC for target plasma_wallpaper_imageplugin [ 2%] Built target plasma_wallpaper_imageplugin_autogen Consolidate compiler generated dependencies of target plasma_wallpaper_imageplugin [ 4%] Building CXX object plugin/CMakeFiles/plasma_wallpaper_imageplugin.dir/backend/imagebackend.cpp.o /home/kplaha/Work/Apps/plasma-wallpapers-xml/plugin/backend/imagebackend.cpp:31:10: fatal error: Solid/Power: No such file or directory 31 | #include <Solid/Power> | ^~~~~~~~~~~~~ compilation terminated. make[2]: *** [plugin/CMakeFiles/plasma_wallpaper_imageplugin.dir/build.make:104: plugin/CMakeFiles/plasma_wallpaper_imageplugin.dir/backend/imagebackend.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:714: plugin/CMakeFiles/plasma_wallpaper_imageplugin.dir/all] Error 2 make: *** [Makefile:146: all] Error 2
The text was updated successfully, but these errors were encountered:
Hello, thank you for trying to compile the source code. I am currently upstreaming my work so you can expect the feature will be available in Plasma 5.25. Before the work is upstreamed I may not have enough time to fix bugs in this repository. So please sit back and wait.
Error during
cmake
:cmake -DCMAKE_INSTALL_PREFIX=/usr .. -- qmlplugindump failed for QtQuick. -- Could NOT find QtQuick-QMLModule (missing: QtQuick-QMLModule_FOUND)
Error during
make
:$ make [ 2%] Automatic MOC for target plasma_wallpaper_imageplugin [ 2%] Built target plasma_wallpaper_imageplugin_autogen Consolidate compiler generated dependencies of target plasma_wallpaper_imageplugin [ 4%] Building CXX object plugin/CMakeFiles/plasma_wallpaper_imageplugin.dir/backend/imagebackend.cpp.o /home/kplaha/Work/Apps/plasma-wallpapers-xml/plugin/backend/imagebackend.cpp:31:10: fatal error: Solid/Power: No such file or directory 31 | #include <Solid/Power> | ^~~~~~~~~~~~~ compilation terminated. make[2]: *** [plugin/CMakeFiles/plasma_wallpaper_imageplugin.dir/build.make:104: plugin/CMakeFiles/plasma_wallpaper_imageplugin.dir/backend/imagebackend.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:714: plugin/CMakeFiles/plasma_wallpaper_imageplugin.dir/all] Error 2 make: *** [Makefile:146: all] Error 2
The text was updated successfully, but these errors were encountered: