5.14: Make install fails
Solved
QML and Qt Quick
-
I cross compiled Qt 5.14 for RaspbberyPi 4. This worked fine, but make install fails with the following error:
make[5]: Leaving directory '/opt/raspberry/qt5/qtquick3d/src/plugins/assetimporters/uip' cd assimp/ && ( test -e Makefile || /opt/raspberry/qt5/qtbase/bin/qmake -o Makefile /opt/raspberry/qt5/qtquick3d/src/plugins/assetimporters/assimp/assimp.pro ) && make -f Makefile install make[5]: Entering directory '/opt/raspberry/qt5/qtquick3d/src/plugins/assetimporters/assimp' make[5]: *** No rule to make target '/opt/raspberry/qt5/qtquick3d/src/3rdparty/assimp/src/code/Assimp.cpp', needed by '.obj/Assimp.o'. Stop.
I actually would not even need qtquick3d. Is there a way to turn it of at the configuration step?