summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/qgltf.prf
Commit message (Collapse)AuthorAgeFilesLines
* make extra compiler targets depend on their respective compilerOswald Buddenhagen2016-04-181-0/+1
| | | | | Change-Id: I6c04e0188137f6bbfeab243f00860b8ff079f69a Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
* Add qgltf support to qmakeAndy Nichols2015-10-261-0/+11
qgltf is a tool provided by the Qt3D module that enables 3D assets to be defined in qmake project files, and have them converted to an efficient binary format at build time. The qmake feature will convert all 3D assets specified by the QT3D_MODELS variable to the qgltf format and add the new model asset to the project as a Qt resource file. Change-Id: If7250d6f23a06254b1ed0e408057723763aad8c8 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>