Files
z-bar-qt/Plugins/ZShell/Internal/CMakeLists.txt
T
Zacharias-Brohn 07e399f6d9 lots of changes
2025-11-19 17:01:20 +01:00

13 lines
287 B
CMake

qml_module(ZShell-internal
URI ZShell.Internal
SOURCES
hyprextras.hpp hyprextras.cpp
hyprdevices.hpp hyprdevices.cpp
cachingimagemanager.hpp cachingimagemanager.cpp
LIBRARIES
Qt::Gui
Qt::Quick
Qt::Concurrent
Qt::Core
)