qtrpi
qtrpi copied to clipboard
An easy-to-use environment to cross-compile Qt applications for Raspberry Pi from your desktop.
* shutdown the website and redirect to github
Good afternoon, I'm trying to run the deploy-qtrpi.sh but I get the error "unable to locate libinput5". I looked into the script and it is basically the following command line...
Please support custom sysroot. For example, mount actual Pi root over sshfs, or copy it locally using rsync. There can be additional libraries installed (i.e. WiringPi etc.).
i add module name in qt-modules.txt and sucessfully install that and now can run example code on my rpi but that is support only English for supporting other language i...
* Module name: qtgraphicaleffects * http://doc.qt.io/qt-5/qtgraphicaleffects-index.html * http://code.qt.io/cgit/qt/qtgraphicaleffects.git
init-common.sh expects that group==user exists which may be not true sudo chown -R $USER:$USER $ROOT Solution is to use sudo chown -R $USER $ROOT maybe? Affected are security-altered Ubuntu systems...
Some information: * https://www.raspberrypi.org/blog/raspbian-stretch/ Related to the issue https://github.com/neuronalmotion/qtrpi/issues/69 If some of you have used QtRpi on a Raspbian Stretch version, you can write a comment here.
hey, i wanna use a canbus device with qtrpi, i followed your instructions like using the "full" script, but im still not able to use it in qt creator. how...
Hi Qt Creator Error: /opt/qtrpi/raspbian/sysroot/lib/arm-linux-gnueabihf/libpthread.so.0:-1: error: file format not recognized; treating as linker script /opt/qtrpi/raspbian/sysroot/lib/arm-linux-gnueabihf/libpthread.so.0:1: error: syntax error :-1: error: collect2: error: ld returned 1 exit status what is the...