kdevelop_pg_qt, add Qt6 package (#11522)

This commit is contained in:
Schrijvers Luc
2024-12-24 10:45:14 +01:00
committed by GitHub
parent b7f7eaf003
commit a782ff62a7
2 changed files with 91 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
From e9a58d37576e058e7489eb7bee23e756bc3a12c8 Mon Sep 17 00:00:00 2001
From: Schrijvers Luc <begasus@gmail.com>
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