Add qmake virtual provider (#38848)

This commit is contained in:
Adam J. Stewart
2023-08-02 13:50:37 -05:00
committed by GitHub
parent 11b3dac705
commit edbf12cfa8
4 changed files with 6 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ class QMakePackage(spack.package_base.PackageBase):
build_system("qmake")
depends_on("qt", type="build", when="build_system=qmake")
depends_on("qmake", type="build", when="build_system=qmake")
@spack.builder.builder("qmake")