[X2Go-Commits] [x2goplasmabindings] 02/02: CMakeLists.txt: fix Qml build emulation.
git-admin at x2go.org
git-admin at x2go.org
Fri Aug 11 02:05:09 CEST 2023
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2goplasmabindings.
commit ce7b36f0ab456f1c64b60acefd8f28001c27db1b
Author: Mihai Moldovan <ionic at ionic.de>
Date: Fri Aug 11 02:05:03 2023 +0200
CMakeLists.txt: fix Qml build emulation.
---
CMakeLists.txt | 4 ++--
debian/changelog | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4b5f361..24c3cc2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -177,7 +177,7 @@ if (USE_PLASMA5)
)
install (
- FILES ${plugin_path_}
+ FILES ${qmldir_path_}
DESTINATION
${KDE_INSTALL_QMLDIR}/${plugin_path_}
RENAME "qmldir"
@@ -187,7 +187,7 @@ if (USE_PLASMA5)
TARGET X2GoPlasmoidPlugin
POST_BUILD
WORKING_DIRECTORY ${runtime_output_dir_}
- COMMAND ${CMAKE_COMMAND} -E copy ${plugin_path_}
+ COMMAND ${CMAKE_COMMAND} -E copy ${qmldir_path_}
${plugin_path_}/qmldir
)
diff --git a/debian/changelog b/debian/changelog
index 099bb69..96680b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -35,6 +35,7 @@ x2goplasmabindings (3.0.2.3-0x2go1) UNRELEASED; urgency=medium
- CMakeLists.txt: detect if ECMQmlModule is available and, if not, emulate
its behavior for older platforms.
- CMakeLists.txt: whitespace only.
+ - CMakeLists.txt: fix Qml build emulation.
* x2goplasmabindings.spec:
+ Prepare for Plasma 5 support.
+ Stop duplicating Group tag.
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goplasmabindings.git
More information about the x2go-commits
mailing list