QtCreator && RaspBerry PI && deploy to device
QtonPi
6
Posts
3
Posters
6.9k
Views
1
Watching
-
Hi all,
I'm configuring QtCreator to deploy aplpication to my Raspi.I added the correct Kit and the Generic Linux Device.
The deployment works fine if I set the Generic Linux Device with root account because by default it put the application on /opt/applcation/bin/application on the Raspi.
Is there a way to change the deployment directory?
-
[quote author="diabolic" date="1371584665"]Hi ;)
you must change path in your .pro file like this:
@TARGET = tempcontrol
target.path = /home/pi
INSTALLS = target@
As you see.,my app goes to /home/pi directory so you can change deployment to normal user. Hope it helps ;).[/quote]Thanks, it helped me!
Sorry for my delayed post but I got some "network problem"...