From f2ddee09c06ca697374936d15e4a1647c8b20107 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Fri, 9 Dec 2022 12:18:13 +0100 Subject: [PATCH] Add third-party deps to .kde-ci.yml The CI system already provides these so it doesn't have any effect there, but this allows to generate correct dependency data for kdesrc-build from .kde-ci.yml --- .kde-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.kde-ci.yml b/.kde-ci.yml index b5c9d4a4d..b09abea89 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -15,6 +15,9 @@ Dependencies: 'libraries/kquickimageeditor': '@stable' 'frameworks/sonnet': '@stable' 'libraries/kirigami-addons': '@latest' + 'third-party/libquotient': '@latest' + 'third-party/qtkeychain': '@latest' + 'third-party/cmark': '@latest' - 'on': ['Windows', 'Linux', 'FreeBSD'] 'require': 'frameworks/qqc2-desktop-style': '@stable'