summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake
Commit message (Collapse)AuthorAgeFilesLines
* Rename Renderer -> Render throughoutSean Harmer2015-10-192-4/+4
| | | | | | | | This is for consistency between the C++ namespaces and QML imports and with the other aspects. Change-Id: I73392f138b4e519b12888f52530123e3d0ba445e Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Fix cmake unit test for Qt3DSean Harmer2015-06-101-2/+5
| | | | | | Task-number: QTBUG-46592 Change-Id: Ib28a8fcf2c0e692dd10227f9a9e3c6a10a7fcdbd Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
* Add minimal cmake tests to get past qmake runSean Harmer2014-06-262-0/+22
| | | | | Change-Id: I1ba314dab255f4666a7bd93f2e45fa37c4cbfcad Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Remove Qt3D 1.x sourcesSean Harmer2014-03-282-22/+0
| | | | | | Change-Id: Ic6c05d78f617155892b546721946ee2c5c9b660a Reviewed-by: Paul Lemire <paul.lemire@kdab.com> Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
* Generate the cmake module tests, instead of having them outdated.Stephen Kelly2013-04-184-82/+5
| | | | | Change-Id: I89f8d11d84db06b4fd90a8fb5e77f469e619a45f Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Temporarily mark the cmake test as insignificantSean Harmer2013-04-171-0/+1
| | | | | | | | | | | | This is required to be able to commit a couple of changes that 1) Tidy up the headers to stop libassimp API leaking through 2) Links against QtOpenGL for QGLPixelBuffer This can be re-enabled once those changes are merged Change-Id: Id2e8b26209d854723d3c885662ec1e6ddf5313af Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
* Use qmake for package dependency resolution in cmake tests.Stephen Kelly2013-02-261-0/+2
| | | | | | | This allows us to remove hardcoded depends information. Change-Id: I15f6bf0b000ab6a7fc742b19e2132295f5583b69 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
| | | | | | | | Change copyrights and license headers from Nokia to Digia Change-Id: Ib09067b91869c2840710bffee104bc63c76b0bf7 Reviewed-by: Lars Knoll <lars.knoll@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Test that the package configs for Qt3D work.Stephen Kelly2012-07-204-0/+96
Change-Id: I079b5b4ec7fb7301e732b8898cd64c6d7afe1c9d Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>