summaryrefslogtreecommitdiff
path: root/examples/QtSensors/QtSensors_cubehouse/QtSensors_cubehouse.pro
Commit message (Collapse)AuthorAgeFilesLines
* Remove the 'special' naming of examples.Lincoln Ramsay2012-06-201-16/+0
| | | | | | | Just go back to the naming convention we had before. Change-Id: Iefecb7a5e0ab3aa4d22267b4f475a8e9c1c96058 Reviewed-by: Lorn Potter <lorn.potter@nokia.com>
* Install all .qml files.Lincoln Ramsay2012-06-011-4/+1
| | | | | | | | | | | | | Instead of having a list of .qml files that needs to be kept in sync with the filesystem, pull in all .qml files. 2 examples (cube house, QML sensor gestures) were broken by having the .pro contents failing to match the filesystem. A similar change is made for the one project with .js files. Change-Id: I935a32b78138dfd2698d508a7524035eb5c0c2f9 Reviewed-by: Daron Andrew Edie <daron.edie@nokia.com>
* Update Examples using the same name conventionsWolfgang Beck2012-05-281-0/+19
e.g. Folder of example should start with QtSensorrs_ Example documentation title should start with QtSensors - images folder renamed to content Change-Id: I341fb8510ba3ad64068d786559e8d28af5d135c3 Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>