summaryrefslogtreecommitdiffstats
path: root/tools/qml/qml.pro
Commit message (Collapse)AuthorAgeFilesLines
* only add phonon and scripttools dependencies if they're available, otherwise ↵Romain Pokrzywka2010-05-031-3/+7
| | | | | | | linking will fail Merge-request: 591 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Assigned a UID3 to qml.exe.Frans Englich2010-04-261-1/+1
| | | | Allocated in S60 Team's wiki over UID3s in Qt.
* Remove dead wgt support from qml runtimeAaron Kennedy2010-04-141-30/+5
|
* Reduce QML runtime capabilities to NetworkServices and ReadUserDataJoona Petrell2010-04-141-1/+1
| | | | | Task-number: Reviewed-by: Martin Jones
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into ↵Qt Continuous Integration System2010-04-131-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public: Fix qmake.pro after Symbian alternate build system integration Fix compile error Don't try to use so much permissions, use something a lot more sane A bit saner suggestion Remove not needed permissions Make compile on Symbian
| * Make compile on SymbianThomas Zander2010-04-121-1/+1
| |
* | Add Mac OS X bundle description for qml runtimeKai Koehne2010-04-091-0/+4
|/ | | | | | Also, it's now Qml.app instead of qml.app. An icon is still missing. Reviewed-by: con
* Minor cleanup for visual test framework.Michael Brasser2010-03-311-2/+2
|
* Fix SetDialogPreference build error on Symbian.Morten Johan Sørvig2010-03-121-1/+1
| | | | | Similar to 032d4ac63687d209ffef594bf6ef60e3db20bfa3.
* build fix for WinCEMaurice Kalinowski2010-03-011-1/+3
| | | | | | only use xmlpatterns if Qt is configured to build it Reviewed-by: Paul Olav Tvete
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+58
QDeclarativeXXX.