Files
Zacharias-Brohn 5b069bf4c2 screenshot utility
2025-11-18 13:47:12 +01:00

9 lines
162 B
CMake

qml_module(ZShell-models
URI ZShell.Models
SOURCES
filesystemmodel.hpp filesystemmodel.cpp
LIBRARIES
Qt::Gui
Qt::Concurrent
)