Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Raspberry pi on Qt 5.1.1: Remote path not set

I try to run my project on Raspberry Pi. Using the instructions at:

http://qt-project.org/wiki/RaspberryPi_Beginners_guide

I have set up a kit for the Raspberry with the proper Qt version, compiler and debugger. I am however not able to run my project as the “play” button is greyed out with the message “Don’t know what to run”. When I look under the “Run” tab in the “Build & Run” option it says “Remote path not set” as shown in the screen dump below. How do I set this????

enter image description here

like image 272
Jon Helt-Hansen Avatar asked Nov 22 '13 13:11

Jon Helt-Hansen


1 Answers

Found out that I needed to add the following to each .pro file which are needed: target.path = /home/pi/path/to/my/executable INSTALLS += target

like image 69
Jon Helt-Hansen Avatar answered Oct 07 '22 03:10

Jon Helt-Hansen