mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
kdevelop_pg_qt, add Qt6 package (#11522)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user