We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84f93e6 commit 87c94bcCopy full SHA for 87c94bc
1 file changed
kiwixbuild/buildenv.py
@@ -36,7 +36,7 @@ def __init__(self, dummy_run):
36
self.make_command = self._detect_command("make")
37
self.cmake_command = self._detect_command("cmake")
38
self.qmake_command = self._detect_command(
39
- "qmake", required=False, default=[["qmake"], ["qmake-qt5"]]
+ "qmake", required=False, default=[["qmake"], ["qmake6"]]
40
)
41
42
def detect_platform(self):
0 commit comments