From 3cc8d32dd3ec696e0b1d0f067425404f96b6cd8f Mon Sep 17 00:00:00 2001 From: James Graham Date: Sun, 19 Mar 2023 18:34:45 +0000 Subject: [PATCH] Add kquickcharts to the flatpak manifest --- .flatpak-manifest.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json index acb407fd7..c8d212750 100644 --- a/.flatpak-manifest.json +++ b/.flatpak-manifest.json @@ -28,6 +28,17 @@ "buildsystem": "cmake-ninja", "sources": [ { "type": "git", "url": "https://invent.kde.org/libraries/kirigami-addons.git" } ] }, + { + "name": "kquickcharts", + "buildsystem": "cmake-ninja", + "sources": [ + { + "type": "git", + "url": "https://invent.kde.org/frameworks/kquickcharts.git", + "branch": "kf5" + } + ] + }, { "name": "kquickimageeditor", "buildsystem": "cmake-ninja",