From afb7be7ccb5b7d4cbb879751b09798d0b814b0b0 Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 30 Aug 2017 22:40:51 +0200 Subject: [PATCH] plasmoid: Fix ID --- plasmoid/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plasmoid/CMakeLists.txt b/plasmoid/CMakeLists.txt index 6756b55..3d0119d 100644 --- a/plasmoid/CMakeLists.txt +++ b/plasmoid/CMakeLists.txt @@ -6,7 +6,7 @@ set(META_APP_NAME "Syncthing Plasmoid") set(META_APP_AUTHOR "Martchus") set(META_APP_DESCRIPTION "Plasmoid to interact with Syncthing") set(META_PROJECT_TYPE qtplugin) -set(META_ID "martchus.syncthing-plasmoid") +set(META_ID "martchus.${META_PROJECT_NAME}") # find ECM (required by KF5Plasma) find_package(ECM REQUIRED NO_MODULE)