Re: [Interest] Qt licensing and using qmake for non-Qt projects

2015-03-13 Thread Nikos Chantziaras
On 13/03/15 23:11, Preet wrote: > On Fri, Mar 13, 2015 at 3:02 PM, Guido Seifert > wrote: > > What compiler do you use? Do you ask the same questions when you > compile your code with the gcc? Or visual studio? > > Guido > > > No, but when you use a compiler dire

Re: [Interest] Qt licensing and using qmake for non-Qt projects

2015-03-13 Thread Thiago Macieira
On Friday 13 March 2015 17:11:36 Preet wrote: > No, but when you use a compiler directly there's usually no stage where > interim code is added to the output if you don't explicitly specify it. I > realize that qmake ends up calling these compilers at the end anyways, but > I thought there might be

Re: [Interest] Qt licensing and using qmake for non-Qt projects

2015-03-13 Thread Preet
On Fri, Mar 13, 2015 at 3:02 PM, Guido Seifert wrote: > What compiler do you use? Do you ask the same questions when you compile > your code with the gcc? Or visual studio? > > Guido > No, but when you use a compiler directly there's usually no stage where interim code is added to the output if

Re: [Interest] Qt licensing and using qmake for non-Qt projects

2015-03-13 Thread Thiago Macieira
On Friday 13 March 2015 14:42:22 Preet wrote: > Hi, > > I tend to use QtCreator and qmake for all of my projects, even those that > don't use Qt. Something I haven't really considered is how the usage of > qmake might affect what I build with it from a licensing stand point. > > qmake uses mkspec

Re: [Interest] Qt licensing and using qmake for non-Qt projects

2015-03-13 Thread Guido Seifert
What compiler do you use? Do you ask the same questions when you compile your code with the gcc? Or visual studio? Guido > Hi, > > I tend to use QtCreator and qmake for all of my projects, even those that > don't use Qt. Something I haven't really considered is how the usage of > qmake might af

[Interest] Qt licensing and using qmake for non-Qt projects

2015-03-13 Thread Preet
Hi, I tend to use QtCreator and qmake for all of my projects, even those that don't use Qt. Something I haven't really considered is how the usage of qmake might affect what I build with it from a licensing stand point. qmake uses mkspecs, and (possibly?) other files from the qt source tree. On c