Skip to content

Commit 87c94bc

Browse files
committed
We rely on qmake6 now
1 parent 84f93e6 commit 87c94bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kiwixbuild/buildenv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def __init__(self, dummy_run):
3636
self.make_command = self._detect_command("make")
3737
self.cmake_command = self._detect_command("cmake")
3838
self.qmake_command = self._detect_command(
39-
"qmake", required=False, default=[["qmake"], ["qmake-qt5"]]
39+
"qmake", required=False, default=[["qmake"], ["qmake6"]]
4040
)
4141

4242
def detect_platform(self):

0 commit comments

Comments
 (0)