Files
z-bar-qt/Plugins/ZShell/Components/CMakeLists.txt
T
2026-08-26 17:10:34 +02:00

12 lines
254 B
CMake

qml_module(ZShell-components
URI ZShell.Components
SOURCES
lazylistview.hpp lazylistview.cpp
wavyline.hpp wavyline.cpp
buttonrow.hpp buttonrow.cpp
carouselview.hpp carouselview.cpp
wheelinverter.hpp
LIBRARIES
Qt::Quick
)