summaryrefslogtreecommitdiffstats
path: root/demos/embedded/qmlflickr/deployment.pri
Commit message (Collapse)AuthorAgeFilesLines
* Symbian: fix qml file paths in building of demosPasi Pentikainen2012-01-251-1/+4
| | | | | | | | | The location of included QML files in demos had changed at some point, but the symbian specific QML deployment parts were not updated to reflect the new locations, thus breaking compilation. Change-Id: Id01a685ca1de75cf73d32170b9f404c6619da7f5 Reviewed-by: Shane Kearns <ext-shane.2.kearns@nokia.com>
* Align .pro with qmake: s/\.sources/.files/.Miikka Heikkinen2010-10-081-1/+1
| | | | | | | | | | Complement previous commit by aligning Qt itself to use .files consistently for DEPLOYMENT as well as INSTALLS. This excludes changes to webkit. Task-number: QTBUG-3216 Reviewed-by: axis
* Fixes deployment rules for embedded qml demos application.Aaron McCarthy2010-07-191-0/+1
| | | | | | The deployment rules for the qml resources in the embedded qml demo applications were not being generated correctly as data_caging_paths was not being loaded.
* Fixed a relative path problem in qml demos.axis2010-06-291-1/+1
| | | | | | qmake doesn't handle the relative path very well. RevBy: Alessandro Portale
* Assigning 0xA UID3s to the new standalone qml demosAlessandro Portale2010-06-171-1/+1
| | | | | Task-number: QTBUG-10148 Reviewed-by: Aleksandar Sasha Babic
* Standalone Qml demos for FluidlauncherAlessandro Portale2010-06-031-0/+7
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