summaryrefslogtreecommitdiffstats
path: root/tools/tools.pro
Commit message (Collapse)AuthorAgeFilesLines
* Allow to build assimp sceneparser on Android when using clangPaul Lemire2018-08-131-1/+2
| | | | | | | | | | | Which should be all Android builds since gcc has been deprecated in favor of clang in the NDK. Also disable building of tools when cross compiling Change-Id: Idb3f88130bf211926f7dd4ce52ac6582d806570d Task-number: QTBUG-65542 Reviewed-by: Mike Krus <mike.krus@kdab.com>
* Android: glTF is available here, so we can build the toolAndy Shaw2018-02-151-1/+1
| | | | | | | | Change-Id: I4b498d9a17a35adaa503c1464e0b342ba693d4fe Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io> Reviewed-by: Paul Lemire <paul.lemire@kdab.com> Reviewed-by: Andy Shaw <andy.shaw@qt.io>
* Modify configure to build with no assimpMäättä Antti2017-04-271-1/+3
| | | | | | | | Add -no-assimp configure to build without assimp. Task-number: QTBUG-60128 Change-Id: I2ca7bb68d3b659e18bd79039beb5cb6623473859 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Fix build for -no-feature-commandlineparserStephan Binner2017-04-271-1/+1
| | | | | | Change-Id: Ib84385167b2d71e460de87fbda58d59173385258 Reviewed-by: Kevin Ottens <kevin.ottens@kdab.com> Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* remove obsolete host build declarations from subdirs projectsOswald Buddenhagen2017-01-181-1/+0
| | | | | | | follows up qtbase/4eb2feb2. Change-Id: I9af28a8f050d9fe1a9c45f5e677e609b68e6b421 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* Do not build qgltf when using an Android buildPaul Lemire2016-11-231-1/+1
| | | | | | Change-Id: I47537db7e86d97ab8ef5c8ffc3da8f5a55c3f54c Reviewed-by: Paul Lemire <paul.lemire@kdab.com> Reviewed-by: Kevin Ottens <kevin.ottens@kdab.com>
* Rename tools directory backLaszlo Agocs2015-08-181-0/+3
| | | | | | | | | | | | And remove force_bootstrap that breaks non-cross-compiled builds. In true cross-compiled builds cross_compile (that is set during configure) will trigger force_bootstrap so we don't have to set that manually for tools outside qtbase. Change-Id: Ie3bc6fc105ea7686a3098c6afd631561755aa01b Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
* Disable demos, examples, tests, tools temporarilySean Harmer2014-02-101-3/+0
| | | | | Change-Id: Id7240632c7a4d6e59666488858b23a3fead389cd Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
* remove pointless include of pkg.priOswald Buddenhagen2012-07-131-1/+0
| | | | | | | there is nothing to install/package in subdirs projects Change-Id: I5647914cdfc8231def4386dc9c3946fee4049743 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* rename util/ => tools/Oswald Buddenhagen2012-07-091-0/+4
to fit generic naming convention Change-Id: I06c1f52bff24038bf4d211a33e0569cb2e214566 Reviewed-by: Danny Pope <daniel.pope@nokia.com>