summaryrefslogtreecommitdiffstats
path: root/examples/declarative/cppextensions/plugins/plugins.pro
Commit message (Collapse)AuthorAgeFilesLines
* Remove build_all when target is same for debug and releaseSamuli Piippo2012-04-301-0/+5
| | | | | | | | | | | Change build rules for projects where both debug and release target are the same file. For these, it makes no sense building both targets, as they overwrite each other. Now build only release target, when build_all is used. Change-Id: Iffd1076028b1cc91e8151c346bf4761772dafe65 Reviewed-by: Simo Fält <simo.falt@nokia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Change installation location of examples.Casper van Donderen2011-11-221-3/+3
| | | | | | The cppextensions examples were still installed to a previous location, the files had been moved within the source tree, but the .pro files were not changed accordingly.
* Squashed commit of the changes from the mobile-examples repositoryDavid Boddie2011-04-281-0/+1
| | | | (4.7-generated-declarative branch).
* Unify naming of import plugin targetsJoona Petrell2010-05-261-1/+1
| | | | | Task-number: QTBUG-10834 Reviewed-by: Warwick Allison
* Clean up project files for c++ examplesBea Lam2010-05-241-9/+7
|
* Restructure the examples. They are now organized into variousBea Lam2010-05-161-0/+31
subdirectories to make it easier to locate examples for certain features (e.g. animation) and to distinguish between different types of examples (e.g. very basic examples vs complex demo-like examples).