23 lines
612 B
Diff
23 lines
612 B
Diff
From 6620406c7280a1f56b53151131350050df8d24af Mon Sep 17 00:00:00 2001
|
|
From: Aleix Pol <aleixpol@kde.org>
|
|
Date: Mon, 7 Apr 2025 23:45:35 +0200
|
|
Subject: [PATCH] Install the globals file, otherwise we can't build the rest
|
|
of headers
|
|
|
|
---
|
|
snapd-qt/meson.build | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/snapd-qt/meson.build b/snapd-qt/meson.build
|
|
index 9eab6766..6c3ac15e 100644
|
|
--- a/snapd-qt/meson.build
|
|
+++ b/snapd-qt/meson.build
|
|
@@ -113,6 +113,7 @@ source_h = [
|
|
'Snapd/task-data.h',
|
|
'Snapd/user-information.h',
|
|
'Snapd/wrapped-object.h',
|
|
+ 'Snapd/snapdqt_global.h',
|
|
]
|
|
|
|
source_alias_h = [
|