summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/rotations/rotations.pro
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant examplesTomi Korpipaa2023-01-171-17/+0
| | | | | | | | | Pick-to: 6.5 Fixes: QTBUG-110273 Change-Id: I1e9ad2b07cd566235bdfb99b691d5f87a3d49f33 Reviewed-by: Sami Varanka <sami.varanka@qt.io> Reviewed-by: Dilek Akcay <dilek.akcay@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
* Fix WinRT issues.Miikka Heikkinen2014-11-191-2/+2
| | | | | | | | | | Primary fix is to not use shared context in qml with WinRT, as that causes black screen. Also removed widget apps from build in WinRT. Change-Id: Id65ce90dbeb80442194ab838952e8cadc91135a6 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
* Error out of building c++ examples in android or iosMiikka Heikkinen2014-03-121-0/+4
| | | | | Change-Id: I7aeb6d1d779e94997f81f62d19113d5f211d3801 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
* Get rid of applicationviewer generated filesMiikka Heikkinen2014-02-131-0/+3
| | | | | | | | These tamper with examples installation, which we do not want. Change-Id: Ibc81a5fe3323c2c831f21cdea94d941704abc641 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com> Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
* Fix examples installationMiikka Heikkinen2014-02-131-0/+10
Had to add one folder to the examples structure so installation works correctly. Change-Id: Ic92dfe9997413a6243abcf5eeba12744ba9e938c Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>