Skip to content

Commit

Permalink
qt-base: have QtBase provide qmake, ont QtPackage (spack#41186)
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Nov 21, 2023
1 parent cf163ee commit aeb1bec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions var/spack/repos/builtin/packages/qt-base/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ def get_list_url(qualname):

maintainers("wdconinc", "sethrj")

provides("qmake")

# Default dependencies for all qt-* components
generator("ninja")
depends_on("[email protected]:", type="build")
Expand Down Expand Up @@ -91,6 +89,8 @@ class QtBase(QtPackage):
url = QtPackage.get_url(__qualname__)
list_url = QtPackage.get_list_url(__qualname__)

provides("qmake")

version("6.6.0", sha256="882f39ea3a40a0894cd64e515ce51711a4fab79b8c47bc0fe0279e99493a62cf")
version("6.5.3", sha256="174021c4a630df2e7e912c2e523844ad3cb5f90967614628fd8aa15ddbab8bc5")
version("6.5.2", sha256="221cafd400c0a992a42746b43ea879d23869232e56d9afe72cb191363267c674")
Expand Down

0 comments on commit aeb1bec

Please sign in to comment.