Commit Graph

5 Commits

Author SHA1 Message Date
Olaf Hering 24e663be6f configure: remove usage of subprocess.capture_output
... to restore compatiblity with Python 3.6.

This was initroduced in commit 177d049950,
which broke compilation on openSUSE Leap 15, which uses Python 3.6 als
default Python interpreter.

Fixes #28636

Signed-off-by: Olaf Hering <olaf@aepfle.de>
2024-05-10 13:47:38 +00:00
Steve Lhomme e012186b98 configure: use a different qtconf when contribs are not found 2024-04-17 08:32:07 +00:00
Steve Lhomme 38f562c598 configure: show the logs of check_qml_module.py in the logs
So we know what is failing.
2024-04-17 08:32:07 +00:00
Steve Lhomme af826f4a02 configure: use the native qmake
The target qmake uses the native qmake with this extra parameter.
And add some extra logs.

We don't want to rebuild the target qmake (and the whole Qt) just to get this
script.
2024-04-03 15:10:28 +02:00
Pierre Lamot 177d049950 configure: add check for Qml runtime modules
fix: #28392
2023-10-14 15:26:34 +00:00