Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
Qt Creator 14.0.0-beta2
Description
Steps to reproduce:
- start with clean settings, a Python should be in either in PATH or auto-detectable by any means (and no PySide should be present)
- create a Window UI project for python (PySide6)
- QC asks for installation of PyLS and PySide - agree at least to the PySide install
- when finished, run the app
Current result:
- app fails to run due to not running PySide's project tool
- build settings have no entry for the project tool or the uic tool and I can't change them either
- removing the build step and readding it does not help
- closing the project or restarting QC and reopening the project does not help either