Re: [Interest] Statically linking an open-source application with Qt?

2016-07-27 Thread Nuno Santos
My bad then! Sorry! Nuno > On 27 Jul 2016, at 07:58, Jean-Michaël Celerier > wrote: > > > On Tue, Jul 26, 2016 at 5:20 PM, Olivier B. > > wrote: > I am not sure you are even

Re: [Interest] Statically linking an open-source application with Qt?

2016-07-27 Thread Jean-Michaël Celerier
On Tue, Jul 26, 2016 at 5:20 PM, Olivier B. < perso.olivier.barthel...@gmail.com> wrote: > I am not sure you are even able to link all Qt statically. Won't you at > least need platform plugins, image plugins, etc as shared libraries? It's possible and fairly easy to do : just do ./configure

Re: [Interest] Statically linking an open-source application with Qt?

2016-07-26 Thread Thiago Macieira
Em terça-feira, 26 de julho de 2016, às 17:15:55 PDT, Vik k escreveu: > Hey, I wrote an open source application using Qt and now I want to > statically link it to the Qt library. My question is, is it legal to do so? Yes. Whenever you use Qt (or any software you didn't write, for that matter),

Re: [Interest] Statically linking an open-source application with Qt?

2016-07-26 Thread Nuno Santos
Vik, I have commercial products and I want to have peaceful sleep at night, so I have bought the commercial license. Since Qt provides all the the source code and all the information to build Qt from source is around, of course you can do it. If it is legally permitted, I don’t know. I don’t

Re: [Interest] Statically linking an open-source application with Qt?

2016-07-26 Thread Nuno Santos
To compile and deploy a statically linked Qt you need a comercial license. Nuno > On 26 Jul 2016, at 16:15, Vik k wrote: > > Hey, I wrote an open source application using Qt and now I want to statically > link it to the Qt library. My question is, is it legal to do so? >

Re: [Interest] Statically linking an open-source application with Qt?

2016-07-26 Thread Vik k
Hey Nuno, I've found this link: https://stackoverflow.com/questions/12654613/static-linking-qt-with-open-source-version They say that I need to provide object files so user can relink the application and it should be fine, in my case I provide the whole source, so shouldn't it be totally fine?

Re: [Interest] Statically linking an open-source application with Qt?

2016-07-26 Thread Olivier B.
I am not sure you are even able to link all Qt statically. Won't you at least need platform plugins, image plugins, etc as shared libraries? Google gives this : https://wiki.qt.io/Building_a_static_Qt_for_Windows_using_MinGW 2016-07-26 17:15 GMT+02:00 Vik k : > Hey, I wrote

[Interest] Statically linking an open-source application with Qt?

2016-07-26 Thread Vik k
Hey, I wrote an open source application using Qt and now I want to statically link it to the Qt library. My question is, is it legal to do so? On the website I am going to provide several download links to precompiled versions of my app for Windows, Mac and Linux and a link to the GitHub