gnu: qtquickcontrols2: Define as obsoleted by qtdeclarative.
* gnu/packages/qt.scm (qtquickcontrols2): New variable.
This commit is contained in:
parent
1130fc5991
commit
d90031f799
@ -1677,6 +1677,12 @@ module that provides platform integration: native dialogs, menus and menu bars,
|
||||
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")
|
||||
|
Loading…
Reference in New Issue
Block a user