qwt: Fix qt depend (#21161)

This commit is contained in:
Tomoyasu Nojiri 2021-01-21 04:47:03 +09:00 committed by GitHub
parent d11ba90198
commit 085360ec0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ class Qwt(QMakePackage):
patch('no-designer.patch', when='~designer')
depends_on('qt+opengl')
depends_on('qt@:5.14.2+opengl')
depends_on('qt+tools', when='+designer')
# Qwt 6.1.1 and older use a constant that was removed in Qt 5.4
# https://bugs.launchpad.net/ubuntu/+source/qwt-qt5/+bug/1485213