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
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest