sunilkokate
Posts: 2
Joined: Fri Dec 11, 2015 2:17 pm

How To deploy QT C++ Project to Raspberry Pi From Windows

Fri Dec 11, 2015 2:29 pm

Can Any one help me to to deploy QT C++ Project to Raspberry Pi From Windows platform??
I tried with VIsual GDB and QTCreator From Visual Studio 2010,but not able to deploy my application to raspberry. :|

sprinkmeier
Posts: 410
Joined: Mon Feb 04, 2013 10:48 am
Contact: Website

Re: How To deploy QT C++ Project to Raspberry Pi From Window

Sat Dec 12, 2015 2:53 am

Is the Pi running Raspian (or some other Linux)?
In that case you need to cross-compile (yuck) or compile natively (much easier).

sunilkokate
Posts: 2
Joined: Fri Dec 11, 2015 2:17 pm

Re: How To deploy QT C++ Project to Raspberry Pi From Window

Sat Dec 12, 2015 5:24 am

sprinkmeier wrote:Is the Pi running Raspian (or some other Linux)?
In that case you need to cross-compile (yuck) or compile natively (much easier).
Thanks sprinkmeier,
my raspberry pi is running on Raspbian OS

Return to “C/C++”