9 lines
168 B
CMake
9 lines
168 B
CMake
qml_module(ZShell-components
|
|
URI ZShell.Components
|
|
SOURCES
|
|
lazylistview.hpp lazylistview.cpp
|
|
wavyline.hpp wavyline.cpp
|
|
LIBRARIES
|
|
Qt::Quick
|
|
)
|