diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-06-03 01:44:07 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-06-08 22:32:11 +0200 |
commit | 681e9da6682154a674c0e7ef416ce1900e465745 (patch) | |
tree | 557f1579ba6c0fb7a77f3be8ea065d0c9ccb5022 | |
parent | Fix a few clazy warnings (diff) | |
download | nheko-681e9da6682154a674c0e7ef416ce1900e465745.tar.xz |
Update tumbleweed deps
-rw-r--r-- | .gitlab-ci.yml | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 51fe3d12..a0a7c951 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -107,16 +107,15 @@ build-tw: "zlib-devel" "libQt5PlatformHeaders-devel" "cmake(re2)" - "cmake(Qt5Concurrent)" - "cmake(Qt5Core)" - "cmake(Qt5DBus)" - "cmake(Qt5Keychain)" - "cmake(Qt5LinguistTools)" - "cmake(Qt5Multimedia)" - "cmake(Qt5Network)" - "cmake(Qt5QuickControls2)" - "cmake(Qt5Svg)" - "cmake(Qt5Widgets)" + "cmake(Qt6Core)" + "cmake(Qt6DBus)" + "cmake(Qt6Keychain)" + "cmake(Qt6LinguistTools)" + "cmake(Qt6Multimedia)" + "cmake(Qt6QuickControls2)" + "cmake(Qt6Svg)" + "cmake(Qt6Widgets)" + "cmake(Qt6Gui)" "pkgconfig(libcurl)" "pkgconfig(libevent)" "pkgconfig(gstreamer-webrtc-1.0)" |