From 92039c8848608dc029141abb1d18d5c3d2275d6a Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Tue, 23 Apr 2024 15:29:22 -0500 Subject: [PATCH] Update build and runtime dependencies for Qt 6. --- debian/changelog | 1 + debian/control | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4d12cd3..049b053 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ lxqt-build-tools (2.0.0-0ubuntu1) UNRELEASED; urgency=medium * New upstream release. + - Update build and runtime dependencies for Qt 6. -- Simon Quigley Tue, 23 Apr 2024 15:22:54 -0500 diff --git a/debian/control b/debian/control index 5f25dfd..6b56b91 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: cmake, debhelper-compat (= 13), libglib2.0-dev, pkg-config, - qtbase5-dev + qt6-base-dev Standards-Version: 4.6.2 Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-build-tools-packaging Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-build-tools-packaging.git @@ -25,8 +25,8 @@ Depends: binutils, cmake, libglib2.0-dev (>= 2.73.1), pkg-config, - qttools5-dev, - qttools5-dev-tools, + qt6-tools-dev, + qt6-tools-dev-tools, ${misc:Depends} Recommends: git, lintian Description: Build tools for the LXQt desktop environment