summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprojectmanager/qmlprojecttarget.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename QML Runtime to QML Viewer again in the UIKai Koehne2010-05-201-3/+3
| | | | | Latest qt renamed qml executable back to qmlviewer, and also named the executable again QML Viewer instead of Runtime/Launcher.
* Fix crash when restoring old .qmlproject filesChristiaan Janssen2010-03-311-0/+6
| | | | | | | The run configuration id changed, leaving restored qmlproject without any run configuration. Reviewed-by: kkoehne
* Make use of QML, Qml, and Quick consistentKai Koehne2010-03-181-4/+4
| | | | | - It's QML, not Qml. But this is only the file format. - The umbrella term is Quick (or Qt Quick, to be sorted out)
* Rename QML Viewer to QML RuntimeKai Koehne2010-03-101-3/+3
|
* Long live the king!hjk2010-03-051-1/+1
|
* QmlProjectManager refactoringKai Koehne2010-02-161-0/+141
Putting every class in it's own files + avoid "using namespace"