Qt 6.11 is out! See what's new in the release
blog
"Cannot run: No command given" in run for Raspberry remote
Mobile and Embedded
4
Posts
4
Posters
13.7k
Views
2
Watching
-
Please help me, I created an application for Raspberry Pi, but in time to the remote excecutar rasp returned this message:
Cannot run: No command given.
I followed this tutorial:
https://qt-project.org/wiki/RaspberryPi_Beginners_guide -
The output "Don't know what to run." has been changed to "Cannot run: No command given." some month ago. If u want to google more information.
Add something like
target.path = /home/pi
INSTALLS += target/home/pi is the path i use. it is the path where the executable will be written on your target machine.
-
@QterSssss how to set,please?