summaryrefslogtreecommitdiffstats
path: root/examples/declarative/cppextensions/qwidgets/qwidgets.pro
Commit message (Collapse)AuthorAgeFilesLines
* Fixed deployment paths for the symbian/linux-armcc mkspec.axis2010-06-291-1/+1
| | | | | | Paths to executables matter on that build system, unlike on Raptor. RevBy: Trust me
* Removed unnecessary data_caging_paths.prf loading from applicationsMiikka Heikkinen2010-06-221-1/+0
| | | | | | | | | Since plugin and import paths variables were moved to symbian.conf, there were many unnecessary load(data_caging_paths) statements left in applications. Task-number: QTBUG-11619 Reviewed-by: Janne Koskinen
* Unify naming of import plugin targetsJoona Petrell2010-05-261-2/+8
| | | | | Task-number: QTBUG-10834 Reviewed-by: Warwick Allison
* Clean up project files for c++ examplesBea Lam2010-05-241-7/+5
|
* Rename some examples: proxyviewer -> networkaccessmanagerfactory,Bea Lam2010-05-181-0/+21
proxywidgets -> qwidgets, dynamic -> dynamicscene, velocity -> corkboards