qlcplus: use libsForQt512
qlcplus doesn't build with Qt 5.14.x and there is no release that does.
This commit is contained in:
parent
b53c55aac5
commit
0143a1fad0
1 changed files with 1 additions and 1 deletions
|
@ -6271,7 +6271,7 @@ in
|
|||
|
||||
qarte = libsForQt5.callPackage ../applications/video/qarte { };
|
||||
|
||||
qlcplus = libsForQt5.callPackage ../applications/misc/qlcplus { };
|
||||
qlcplus = libsForQt512.callPackage ../applications/misc/qlcplus { };
|
||||
|
||||
qnial = callPackage ../development/interpreters/qnial { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue