kdevelop_pg_qt, new recipe (#10341)

This commit is contained in:
Schrijvers Luc
2024-04-16 11:43:50 +02:00
committed by GitHub
parent 785842d319
commit e7e66f654d
2 changed files with 74 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
From a8791b2d79a01a8f5c556e2a73d0c49ffe41ce2b Mon Sep 17 00:00:00 2001
From: Schrijvers Luc <begasus@gmail.com>
Date: Sun, 24 Mar 2024 17:10:03 +0100
Subject: Fix headers installation path
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt
index b31ec42..99d68f9 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.43.2