gnu: qtquickcontrols2: Define as obsoleted by qtdeclarative.

* gnu/packages/qt.scm (qtquickcontrols2): New variable.
This commit is contained in:
Maxim Cournoyer 2022-07-17 23:52:19 -04:00
parent 1130fc5991
commit d90031f799
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1677,6 +1677,12 @@ (define-public qtquickcontrols2-5
and tray icons. It falls back to Qt Widgets when a native implementation is
not available.")))
(define-public qtquickcontrols2
;; qtquickcontrols2 still exist, but was merged into qtdeclarative.
;; Unfortunately that hasn't been well communicated at all (see:
;; https://bugreports.qt.io/browse/QTBUG-79454).
(deprecated-package "qtquickcontrols2" qtdeclarative))
(define-public qtgraphicaleffects
(package (inherit qtsvg-5)
(name "qtgraphicaleffects")