summarylogtreecommitdiffstats
path: root/kde-install-dirs.patch
blob: 1064b3299e19a610c7d4e4f1001afd5d54ba28b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ad0d3a4..bbffeae 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -27,6 +27,7 @@ message("Plugin Id: ${PLUGIN_ID}")
 message("Version: ${CUR_VERSION}")
 
 if(INSTALL_PLASMOID)
+    include(KDEInstallDirs)
     # Locate plasma_install_package macro.
     find_package(Plasma REQUIRED)
     plasma_install_package(package com.dv.uswitcher)