summaryrefslogtreecommitdiffstats
path: root/tools/qml/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Minor cleanup for visual test framework.Michael Brasser2010-03-311-1/+1
|
* Simplify import path.Warwick Allison2010-03-291-2/+9
| | | | Reviewed-by: mae
* Let the 'qml' runtime use its applicationDirPath as importsPathmae2010-03-021-0/+3
| | | | | | The is analog to the plugin system in Qt. It makes it possible to ship an executable with extra plugins resp. qml import modules without creating a qt.conf.
* Fix compile warningAaron Kennedy2010-03-011-1/+1
|
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+356
QDeclarativeXXX.