summaryrefslogtreecommitdiff
path: root/plugin/src/Caelestia
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-06 20:36:42 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-06 20:36:42 +1000
commit738c9bc785182e918f0fc858821356f8c50328c5 (patch)
tree131985c43922f4e97613aa1127c25a480830bd7f /plugin/src/Caelestia
parentplugin: abstract audioprovider (diff)
downloadcaelestia-shell-738c9bc785182e918f0fc858821356f8c50328c5.tar.gz
caelestia-shell-738c9bc785182e918f0fc858821356f8c50328c5.tar.bz2
caelestia-shell-738c9bc785182e918f0fc858821356f8c50328c5.zip
plugin: fix cmake version
Also print message
Diffstat (limited to 'plugin/src/Caelestia')
-rw-r--r--plugin/src/Caelestia/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugin/src/Caelestia/CMakeLists.txt b/plugin/src/Caelestia/CMakeLists.txt
index 8a6152a..5ce0800 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 ${VERSION}
+ VERSION ${VERSION_SHORT}
SOURCES
cutils.hpp cutils.cpp
cachingimagemanager.hpp cachingimagemanager.cpp
@@ -23,10 +23,10 @@ qt_query_qml_module(caelestia
TARGET_PATH module_target_path
QMLDIR module_qmldir
TYPEINFO module_typeinfo
- QML_FILES module_qml_files
- RESOURCES module_resources
)
+message(STATUS "Created QML module ${module_uri}, version ${module_version}")
+
set(module_dir "${INSTALL_QMLDIR}/${module_target_path}")
install(TARGETS caelestia LIBRARY DESTINATION "${module_dir}" RUNTIME DESTINATION "${module_dir}")
install(TARGETS "${module_plugin_target}" LIBRARY DESTINATION "${module_dir}" RUNTIME DESTINATION "${module_dir}")