summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprojectmanager/qmlprojectrunconfigurationwidget.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* QmlProject: Add mainFile propertyKai Koehne2010-12-081-16/+54
| | | | | | | | | | | The mainFile property of QmlProject is the default file to run. People have still the opportunity to override this in their run settings, though. The wizard generated code was updated accordingly. Note that this makes projects generated by the wizard incompatible with QtCreator 2.1! Task-number: QTCREATORBUG-3249
* QmlProject: Restrict UI to using the System EnvironmentKai Koehne2010-11-291-49/+1
| | | | | | | There are probably very little use cases where you want to start from a clean environment, and there is no such thing as a Build Environment (although we magically add some toolchain settings to the environment).
* QmlProject: Allow user to change process environmentKai Koehne2010-11-291-7/+101
| | | | Task-number: QTCREATORBUG-2600
* QmlProject: Split RunConfiguration, ..Widget into two classesKai Koehne2010-11-291-0/+233