diff --git a/CI/flatpak/com.obsproject.Studio.json b/CI/flatpak/com.obsproject.Studio.json index f5c6a1b47714f7..24a2fda67e2657 100644 --- a/CI/flatpak/com.obsproject.Studio.json +++ b/CI/flatpak/com.obsproject.Studio.json @@ -384,6 +384,25 @@ } ] }, + { + "name": "ads", + "buildsystem": "cmake-ninja", + "builddir": true, + "config-opts":[ + "-DCMAKE_BUILD_TYPE=Release", + "-DADS_VERSION=3.8.2" + ], + "cleanup":[ + "/include" + ], + "sources": [ + { + "type": "git", + "url": "https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git", + "commit": "ad06241c9d1e61574191cb7f29c650a90a620f48" + } + ] + }, { "name": "cef", "buildsystem": "cmake-ninja",