9 lines
198 B
CMake
9 lines
198 B
CMake
qml_module(caelestia-managers
|
|
URI Caelestia.Managers
|
|
SOURCES
|
|
cachingimagemanager.hpp cachingimagemanager.cpp
|
|
LIBRARIES
|
|
Qt::Gui
|
|
Qt::Quick
|
|
Qt::Concurrent
|
|
)
|