[Interest] [Qt3D] Building Qt3D without Assimp on Rpi natively
Catalin Moldovan
moldovan.catalin at gmail.com
Mon Sep 4 22:27:21 CEST 2017
Hi,
I'm having a hard time getting Qt3D built and installed natively with no
Assimp on Raspberry Pi 3 with Raspbian Stretch. If I configure Qt5.9.2 with
"-no-assimp" option Qt3D is built without Assimp or so it seems but during
installation "sudo make install" I get an error when it reaches Qt3D
"Project ERROR: Module does not define version".
Alternatively if I try to build Qt3D separately after installing Qt 5.9.2,
using qmake, it always sets Assimp build to yes, configured like this:
qmake ../qt5/qt3d/qt3d.pro
Configure summary:
Qt 3D:
Assimp ................................. yes
System Assimp .......................... no
Output Qt3D Job traces ................. no
Output Qt3D GL traces .................. no
Qt 3D GeometryLoaders:
Autodesk FBX ........................... no
It doesn't automatically detect already installed Assimp which is version
3.3.1 accorgind to
apt-cache policy libassimp-dev
libassimp-dev:
Installed: 3.3.1~dfsg-4
Candidate: 3.3.1~dfsg-4
Is there a way of disabling Assimp from being built when building only Qt3D
with qmake?
Thanks,
Catalin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20170904/c1293916/attachment.html>
More information about the Interest
mailing list