summaryrefslogtreecommitdiff
path: root/plugin/src/Caelestia/Internal/CMakeLists.txt
blob: 3a49d5a2ef464a9379f7047e394371361d8860a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
qml_module(caelestia-internal
    URI Caelestia.Internal
    SOURCES
        cachingimagemanager.hpp cachingimagemanager.cpp
        circularindicatormanager.hpp circularindicatormanager.cpp
        hyprdevices.hpp hyprdevices.cpp
        hyprextras.hpp hyprextras.cpp
        sleepnotifier.hpp sleepnotifier.cpp
    LIBRARIES
        Qt::Gui
        Qt::Quick
        Qt::Concurrent
        Qt::Network
        Qt::DBus
)