From e9a58d37576e058e7489eb7bee23e756bc3a12c8 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Wed, 20 Nov 2024 13:18:41 +0100 Subject: Fix headers installation path diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index b31ec42..c5444b3 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -5,4 +5,4 @@ install( FILES kdev-pg-token-stream.h kdev-pg-list.h kdev-pg-char-sets.h - DESTINATION include/kdevelop-pg-qt ) + DESTINATION "${KDE_INSTALL_INCLUDEDIR}/kdevelop-pg-qt") -- 2.45.2