hack3d
Posts: 5
Joined: Thu Jul 28, 2016 7:36 am

Cross compile Qt5 application

Mon Aug 15, 2016 12:52 pm

Hi guys,

I have a qt5 application which can be run on x86 and ARM. I'll have to compile both binaries on different machines.
Is there a way to cross compile a qt5 application without useing the pi for it?

User avatar
topguy
Posts: 6527
Joined: Tue Oct 09, 2012 11:46 am
Location: Trondheim, Norway

Re: Cross compile Qt5 application

Tue Aug 23, 2016 10:17 am

hack3d wrote:Is there a way to cross compile a qt5 application without useing the pi for it?
Yes.

Is it easy to set up ?

No.

Is it worthwhile ?

Depends. How often do you need to recompile the program ? How long does it take to compile on the Pi ?

hack3d
Posts: 5
Joined: Thu Jul 28, 2016 7:36 am

Re: Cross compile Qt5 application

Tue Aug 23, 2016 1:53 pm

Thanks for your reply.

I want to compile it after every commit. So it could be often.
Do you have some sources for setting up such an system?

Return to “Graphics programming”