Details
-
Suggestion
-
Resolution: Won't Do
-
Not Evaluated
-
None
-
Qt Creator 4.10.0
-
None
Description
After cloning a project from the VCS repo, several steps are needed to set it up for working on it and compiling.
It is currently possible to create .pro.shared files that cover some of the aspects, but especially everything need for compilation and running cannot be set there.
Items that could be covered by such a setup wizard are:
- Query specific (QMake-CONFIG) variables from the user to enable/disable features or subprojects
- Specify a minimal Qt version that is needed
- Create build configurations for different platforms (desktop, mobile, embedded) if the Kits are available
- Set up environment variables for build and run configurations
- Create run configurations with command parameters
- Set up a specific run configuration as default
The list may be extended by lots other useful things
Attachments
Issue Links
- relates to
-
QTCREATORBUG-23023 Project upgrade feature
- Closed
-
QTCREATORBUG-24691 Keep build and run configurations in separate files
- Reported