From 66c4ed3978b36c706724c0f26ab1c3dff304a12a Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Fri, 2 Aug 2024 13:31:14 +0000
Subject: [PATCH] chore: qmake: require: qt-base

---
 spack-environment/packages.yaml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/spack-environment/packages.yaml b/spack-environment/packages.yaml
index 0ee279aa5..44b01bcc4 100644
--- a/spack-environment/packages.yaml
+++ b/spack-environment/packages.yaml
@@ -367,10 +367,17 @@ packages:
   py-yapf:
     require:
     - '@0.30.0'
+  qmake:
+    require:
+    - qt-base
   qt:
     require:
     - '@5.15.12'
     - +opengl
+  qt-base:
+    require:
+    - '@6.7.2'
+    - +opengl
   root:
     require:
     - '@6.30.02'
-- 
GitLab