summaryrefslogtreecommitdiffstats
path: root/demos/embedded/qmltwitter
Commit message (Collapse)AuthorAgeFilesLines
* Assigning 0xA UID3s to the new standalone qml demosAlessandro Portale2010-06-221-1/+1
| | | | | | Task-number: QTBUG-10148 Reviewed-by: Aleksandar Sasha Babic (cherry picked from commit 3ab8e763a4ddf076dec48d71f0bae098325e1e50)
* Standalone Qml demos for FluidlauncherAlessandro Portale2010-06-033-0/+113
There new Qml demos are self-contained Qml applications, ready to be run on Symbian devices: qmlcalculator qmlclocks qmldialcontrol qmleasing qmlflickr qmlphotoviewer qmltwitter Since these depend on the DEPLOYMENT feature of qmake, they currently will only work for Symbian and theoretically WinCE/Mobile. TODO: create INSTALLS rules in order to support more platforms. Task-number: QTBUG-10148 Reviewed-By: axis