Switch to Qt 6.
This commit is contained in:
parent
fdd46ba77b
commit
a983bf9509
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
sddm-conf (0.2.0-0ubuntu4) UNRELEASED; urgency=medium
|
||||
|
||||
* Switch to Qt 6.
|
||||
* Update Standards-Version to 4.7.0, no changes needed.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Sat, 19 Oct 2024 15:32:20 -0500
|
||||
|
||||
sddm-conf (0.2.0-0ubuntu3) noble; urgency=medium
|
||||
|
||||
* Clean up useless files that got left behind in the last upload
|
||||
|
11
debian/control
vendored
11
debian/control
vendored
@ -6,11 +6,12 @@ Uploaders: Simon Quigley <tsimonq2@ubuntu.com>
|
||||
Rules-Requires-Root: no
|
||||
Build-Depends: cmake (>= 3.15),
|
||||
debhelper-compat (= 13),
|
||||
libqt5widgets5,
|
||||
libqtilitools-dev,
|
||||
qtbase5-dev,
|
||||
qttools5-dev
|
||||
Standards-Version: 4.6.2
|
||||
libqt6widgets6,
|
||||
libqtilitools-dev (>= 0.1.2),
|
||||
qt6-base-dev,
|
||||
qt6-tools-dev,
|
||||
qt6-tools-dev-tools
|
||||
Standards-Version: 4.7.0
|
||||
Homepage: https://github.com/qtilities/sddm-conf/
|
||||
Vcs-Browser: https://git.lubuntu.me/Lubuntu/sddm-conf-packaging
|
||||
Vcs-Git: https://git.lubuntu.me/Lubuntu/sddm-conf-packaging.git
|
||||
|
5
debian/rules
vendored
5
debian/rules
vendored
@ -2,3 +2,8 @@
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- \
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
-DPROJECT_QT_VERSION=6
|
||||
|
Loading…
x
Reference in New Issue
Block a user