summaryrefslogtreecommitdiffstats
path: root/cmake/QtInterfaceFrameworkSetup.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Use Python venv instead of virtualenv everywhereZoltan Gera2024-06-051-11/+26
| | | | | | | | | | | | | | | | Python has venv in its standard library set, so using it instead of the virtualenv package can make virtual environment deployment easier with less dependencies used. The newer venv package is now used for both compiled and interpreted workflows. Instead of making virtual environments relocatable, they are distributed with a generated requirements file which makes it possible for them to be regenerated after relocation. Fixes: QTBUG-104239 Pick-to: 6.8 Change-Id: I7795457be74637188ad1b1c448cca117491e4799 Reviewed-by: Dominik Holland <dominik.holland@qt.io>
* Fix python3 package detection to also work with older python versionsDominik Holland2023-12-211-5/+13
| | | | | | | | | The fix for python 3.11 doesn't work with python versions before 3.8 Pick-to: 6.7 6.6 6.5 Change-Id: Ibc4ea2e4da374110eeffb769c716084c1bdeb828 Reviewed-by: Robert Griebl <robert.griebl@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
* Make virtualenv detection Python 3.11 compatibleZoltan Gera2023-11-271-1/+1
| | | | | | | | | | | pkg_resources became deprecated from Python 3.11 in favor of using importlib instead. The given deprecation warning even has the potential to mess up version detection. The given solution using importlib is functionally equvivalent to the old implementation. Pick-to: 6.6 Change-Id: I6815b56e2389b85c11f3fc38ab0d7171b7f810ca Reviewed-by: Dominik Holland <dominik.holland@qt.io>
* Update the bundled qface to the latest version (2.0.4)Dominik Holland2021-07-071-3/+8
| | | | | | | | Also change the configure check to allow newer releases of qface, instead of expecting the exact version. Change-Id: I7376ee4b8d8ec08e6a3023c86bbf366f7f8269c9 Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* Rename all files to match the new module nameDominik Holland2021-06-161-0/+37
This is a follow-up of the previous commit. Task-number: AUTOSUITE-1633 Change-Id: I6feb63a346a4c94c434df83cd1255904fe8acc68 Reviewed-by: Robert Griebl <robert.griebl@qt.io>