Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 3.5.0-beta1
-
Windows 7 64 bit
Description
- Open a Qt Quick UI project.
- Go to Projects mode, "Run" tab.
- Expand "Run Environment".
The combo box for selecting environments is disabled and "System Environment" is selected. It is not possible to select something else.
It should be possible to select an environment which contains the environment settings defined in the active kit. This should also be the default setting.
My use case is that I have built Qt with a compiler which is not in my usual system environment. To run applications from this Qt build, they need to find the build tool's libraries. I defined their location in the kit settings but this setting is ignored for Qt Quick UI projects. Thus, qmlscene can't be run without further changes to the environment in the run configuration.