summaryrefslogtreecommitdiffstats
path: root/qt3d.pro
Commit message (Collapse)AuthorAgeFilesLines
* fix parallel builds: declare dependency of examples on toolsOswald Buddenhagen2015-12-161-0/+1
| | | | | Change-Id: I09e1e1bfc282ec361ff815b1ae36ffae0d5d88a2 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
* don't build qt3d when qt is compiled without openglOswald Buddenhagen2015-06-271-1/+2
| | | | | | Task-number: QTBUG-46830 Change-Id: I690464fd01b0979bcad1c7acafbf9e34205906d9 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* remove pointless gles1 checkOswald Buddenhagen2015-06-271-5/+0
| | | | | | | | gles1 was purged from qt years ago. Change-Id: Ia7678deda06f2ecfb5ad3e1a696e93871fa48759 Reviewed-by: Sean Harmer <sean.harmer@kdab.com> Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Remove incomplete bullet and OpenAL aspectsSean Harmer2015-02-191-1/+0
| | | | | | | This can be reverted following the merge from dev -> 5.5. Change-Id: I7b85e64aa91d9ed81e3ef4d866e531056314d72e Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Assimp external dependencyPaul Lemire2014-08-191-1/+1
| | | | | | | | The AssimpParser is now a SceneParser plugin that is build if config tests for assimp succeed. Change-Id: I0e3f6a6ce2a43298b71b0261084f6c79521f214d Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Add configure test for bullet physics and conditional buildSean Harmer2014-07-091-0/+3
| | | | | Change-Id: Iee429485135f186c183701bd2b4d5ce3d1b13c28 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Relocate the render aspect outside of coreSean Harmer2014-03-291-0/+3
| | | | | Change-Id: I636442d2d71342fd248b90674176cede895feab2 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Disable demos, examples, tests, tools temporarilySean Harmer2014-02-101-7/+7
| | | | | Change-Id: Id7240632c7a4d6e59666488858b23a3fead389cd Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
* Don't build qt3d without opengl moduleAlex Blasche2013-06-131-4/+3
| | | | | | | This is required to fix CI build of qt3d and subsequently qtlocation. Change-Id: Iec836a88941329f773e785502a1fa528cc358415 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
* Use quotes for the error stringsLaszlo Papp2013-03-231-2/+2
| | | | | Change-Id: Ibff2e3ff56d457864e8e86bac27ac686a5e30041 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
* use centralized handling of QT_BUILD_PARTSOswald Buddenhagen2012-07-091-37/+4
| | | | | Change-Id: I2e5d865f157624165a8f946183d6307a15eae15c Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* rename util/ => tools/Oswald Buddenhagen2012-07-091-2/+2
| | | | | | | to fit generic naming convention Change-Id: I06c1f52bff24038bf4d211a33e0569cb2e214566 Reviewed-by: Danny Pope <daniel.pope@nokia.com>
* Remove doc.pri (superseded by qt5/qtdoc doc build)Julian de Bhal2012-04-051-2/+0
| | | | | Change-Id: I8386fb03f970220057ab1ebe13fda6fffb0cf2fc Reviewed-by: Danny Pope <daniel.pope@nokia.com>
* Integrate Qt3D into Qt5 and fix some qdoc errors.Peter Yard2012-02-141-6/+40
| | | | | | | | | | | | | | | | This doc change by 'integrating into Qt5' also made some changes to the build system, so that now you need QT+=3d everywhere (instead of QT+=qt3d as it was previously). We have been asked to make this change, and it seems it is required for this doc system to work, so lets get it done. Note that the original change had a docsnippets target but that did not work at all and will have be done in a later commit. Change-Id: Icf4bc6b4be9494f1752e18ca1f5198c8fe8ecf53 Reviewed-by: Peter Yard <peter.yard@nokia.com> Reviewed-by: Julian de Bhal <julian.debhal@nokia.com>
* Make Qt3D buildable without widgets or opengl.Sarah Smith2011-12-211-39/+0
| | | | | | | | | | | | | | | | Pull out all references to QGLContext, and QGLWidget and so on; and replace with the equivalent from the gui library. Where there is no equivalent, eg the BindOptions enum, then reimplement. Also get rid of the harmattan and symbian packaging goop. This had become completely unmaintainable, and was making it very hard to see what dependencies were being pull in by the various parts of the build system. In order to have any confidence that conditional compilation would not add in some problematic dependency, clean all this up. Task-number: QTBUG-23299 Change-Id: Ied92ca1397076986e455674b064d8540bb13c0df Reviewed-by: Sarah Jane Smith <sarah.j.smith@nokia.com>
* New Repo: updating references to qt3d/qt3dquick.Patrick Burke2011-12-121-0/+58
Change-Id: I1f980fecc22780584b54704ec03c4d37439799ca Reviewed-by: Patrick Burke <patrick.burke@nokia.com>