Raspberry pi 3 GPIO control using Qt embedded
Unsolved
Mobile and Embedded
-
-
@sam08016 All the libraries your application depends on must be available to it at runtime :-) so yes, wiringPi must be deployed in your RPi device.
I'm not familiar with Qt Embedded deploy feature but I guess you need to provide wiringPi library to such process in order for the library to be bundled and deployed with all the stuff related to your application