paraview: depends_on qt-base+gui+network+widgets
This commit is contained in:
parent
31ff80ddca
commit
962829f72e
@ -234,6 +234,7 @@ class Paraview(CMakePackage, CudaPackage, ROCmPackage):
|
||||
depends_on("qmake", when="@5.12.0:+qt")
|
||||
depends_on("qt", when="@5.3.0:5.11+qt")
|
||||
with when("^[virtuals=qmake] qt-base"):
|
||||
depends_on("qt-base+gui+network+widgets")
|
||||
depends_on("qt-base+opengl", when="+opengl2")
|
||||
depends_on("qt-base~opengl", when="~opengl2")
|
||||
with when("^[virtuals=qmake] qt"):
|
||||
|
Loading…
Reference in New Issue
Block a user