diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-06 20:36:42 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-06 20:36:42 +1000 |
| commit | 738c9bc785182e918f0fc858821356f8c50328c5 (patch) | |
| tree | 131985c43922f4e97613aa1127c25a480830bd7f /plugin/src | |
| parent | plugin: abstract audioprovider (diff) | |
| download | caelestia-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')
| -rw-r--r-- | plugin/src/Caelestia/CMakeLists.txt | 6 |
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}") |