Update build and runtime dependencies for Qt 6.

ubuntu/oracular
Simon Quigley 4 weeks ago
parent 3cc388ced7
commit 92039c8848

1
debian/changelog vendored

@ -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 <tsimonq2@ubuntu.com> Tue, 23 Apr 2024 15:22:54 -0500

6
debian/control vendored

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

Loading…
Cancel
Save