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
This commit is contained in:
Nicolas Fella
2022-12-09 12:18:13 +01:00
parent 698cbceda3
commit f2ddee09c0

View File

@@ -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'