Add comment about assimp to readme

Added few lines about assimp dependency on some examples.

Change-Id: I7fcb233f3691d6671c582e0c4541eeaaee19165d
Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
This commit is contained in:
Mika Salmela 2015-05-21 12:04:18 +03:00
parent d252baabca
commit f4ce921b55
1 changed files with 8 additions and 0 deletions

8
README
View File

@ -96,3 +96,11 @@ export to cause the installation rules to place all the files into a sandboxed
install tree, ready for packaging:
INSTALL_ROOT=tmp make install
Examples
========
Some examples require assimp library to parse the content. Go to http://assimp.sourceforge.net/
and build and install the assimp library. Then configure Qt3D to include assimp and
run qmake && make.