raspberry-pi-qt-builds icon indicating copy to clipboard operation
raspberry-pi-qt-builds copied to clipboard

Qt builds for the Raspberry Pi platform

Results 7 raspberry-pi-qt-builds issues
Sort by recently updated
recently updated
newest added

I installed Qt5.14.1-RaspberryPi3-bin-full.tgz on a Raspberry Pi4. It is basically working, but I don't seem to have the correct version of OpenSSL installed. The OS comes with OpenSSL 1.1.1d. I...

Unable to build plex media player with qt 9.5.9.

Hi i tried extracting prebuild Qt from release section(`Qt5.12.0-RaspberryPi3-bin-full.tgz `and `QtCreator4.8.0-Qt5.12.0-RaspberryPi3-bin.tgz`) in raspberry pi 3 it used to work before , i reinstalled raspbian(latest version) now its not working. when...

Are you working also on an raspberry 4 version?

Install libicu57 for rpi 3 we can find libicu57 in http://ftp.de.debian.org/debian/pool/main/i/icu/ Install libicu57 with wget && dpkg wget http://ftp.de.debian.org/debian/pool/main/i/icu/libicu57_57.1-6+deb9u2_armhf.deb dpkg -i libicu57_57.1-6+deb9u2_armhf.deb

I installed https://github.com/tranter/raspberry-pi-qt-builds/releases/download/v0.2-beta/Qt5.10.1-RaspberryPi3-bin-full.tgz and was able to successfully compile a Qt app up to the point where 'rcc' was invoked: ``` /usr/local/Qt-5.11.0/bin/rcc -name qml qml.qrc -o qrc_qml.cpp /usr/local/Qt-5.11.0/bin/rcc: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version...