summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
Commit message (Collapse)AuthorAgeFilesLines
* Update .pro file and config tests with stricter requirements.Karsten Heimrich2016-03-091-1/+3
| | | | | | | | | | * Add config test to exclude C++11 incapable compilers. * Add required modules: widgets, serialport, serialbus. Task-number: QTBUG-51655 Change-Id: I015d41fe62fc9e39a40363fffaaaec7fcd286075 Reviewed-by: Karsten Heimrich <karsten.heimrich@theqtcompany.com> Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
* Rearrange examplesAlex Blasche2015-07-021-0/+3
This is required so that load(qt_parts) can pick them up and the directory structure is suitable for inclusion into a Qt package. Inside each Qt package the examples are under Examples/<modulename>/<example_name>. Change-Id: I98fb24bf397c4b3dd72a120e70d40133583f9dc4 Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by: Janne Heikki Partala <janne.partala@bitfactor.fi> Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>