Are you trying to cross-compile Qt5 or Qt6? This says "../qt5/".cmake ../qt5/ -GNinja -DCMAKE_BUILD_TYPE=Release -DQT_BUILD_EXAMPLES=OFF -DQT_BUILD_TESTS=OFF -DCMAKE_INSTALL_PREFIX=$HOME/test1/qt-host
Are you trying to cross-compile Qt5 or Qt6? This says "../qt5/".cmake ../qt5/ -GNinja -DCMAKE_BUILD_TYPE=Release -DQT_BUILD_EXAMPLES=OFF -DQT_BUILD_TESTS=OFF -DCMAKE_INSTALL_PREFIX=$HOME/test1/qt-host
<=== The Great Pumpkin says ===>
Please use CODE tags when posting source code so it is more readable. Click "Go Advanced" and then the "#" icon to insert the tags. Paste your code between them.
I did everything according to the instruction: https://wiki.qt.io/Cross-Compile_Qt_6_for_Raspberry_Pi
git clone "https://codereview.qt-project.org/qt/qt5" - creates a folder qt5 , but as I understand git repo contains later versions of qt
git checkout 6.4.0 - switch to qt6.4.0
Bookmarks