summaryrefslogtreecommitdiff
path: root/plugin/src/Caelestia/CMakeLists.txt
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-06 16:57:40 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-06 16:57:40 +1000
commitaf43c1166e8ace50954dd1c6ac86769810104b53 (patch)
treef028c1984d66d0a4ac77d6856e6731fee4152b96 /plugin/src/Caelestia/CMakeLists.txt
parentplugin: abstract service + ref (diff)
downloadcaelestia-shell-af43c1166e8ace50954dd1c6ac86769810104b53.tar.gz
caelestia-shell-af43c1166e8ace50954dd1c6ac86769810104b53.tar.bz2
caelestia-shell-af43c1166e8ace50954dd1c6ac86769810104b53.zip
plugin: abstract audioprovider
Diffstat (limited to 'plugin/src/Caelestia/CMakeLists.txt')
-rw-r--r--plugin/src/Caelestia/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/src/Caelestia/CMakeLists.txt b/plugin/src/Caelestia/CMakeLists.txt
index 464ed98..8a6152a 100644
--- a/plugin/src/Caelestia/CMakeLists.txt
+++ b/plugin/src/Caelestia/CMakeLists.txt
@@ -4,7 +4,7 @@ pkg_check_modules(AUBIO REQUIRED aubio)
qt_add_qml_module(caelestia
URI Caelestia
- VERSION 0.1
+ VERSION ${VERSION}
SOURCES
cutils.hpp cutils.cpp
cachingimagemanager.hpp cachingimagemanager.cpp
@@ -13,6 +13,7 @@ qt_add_qml_module(caelestia
beattracker.hpp beattracker.cpp
service.hpp service.cpp
serviceref.hpp serviceref.cpp
+ audioprovider.hpp audioprovider.cpp
)
qt_query_qml_module(caelestia