Re: [Interest] interface keyword on qt with windows

2012-08-02 Thread arnaud but
Le 02/08/2012 09:31, Thiago Macieira a écrit : > On quinta-feira, 2 de agosto de 2012 09.09.18, arnaud but wrote: >> thanks but have you an idea why Qt framework do an "#undef interface" in >> qnetworkconfiguration.h ? > > It's qnetworksession.h. > > It's because there's a QNetworkSession::interfac

Re: [Interest] interface keyword on qt with windows

2012-08-02 Thread Thiago Macieira
On quinta-feira, 2 de agosto de 2012 09.09.18, arnaud but wrote: > thanks but have you an idea why Qt framework do an "#undef interface" in > qnetworkconfiguration.h ? It's qnetworksession.h. It's because there's a QNetworkSession::interface() const. -- Thiago Macieira - thiago.macieira (AT) inte

Re: [Interest] interface keyword on qt with windows

2012-08-02 Thread arnaud but
thanks but have you an idea why Qt framework do an "#undef interface" in qnetworkconfiguration.h ? Le 01/08/2012 19:52, Thiago Macieira a écrit : > On quarta-feira, 1 de agosto de 2012 18.18.14, arnaud but wrote: >> hello, >> >> the last week i have encountered a little problem to compile my proj

Re: [Interest] interface keyword on qt with windows

2012-08-02 Thread arnaud but
thanks but have you an idea why Qt framework do an "#undef interface" in qnetworkconfiguration.h ? Le 01/08/2012 19:52, Thiago Macieira a écrit : > On quarta-feira, 1 de agosto de 2012 18.18.14, arnaud but wrote: >> hello, >> >> the last week i have encountered a little problem to compile my proj

Re: [Interest] interface keyword on qt with windows

2012-08-01 Thread arnaud but
thanjs but have you an idea why Qt framework do an #undef interface in qnetworkintrerface.h ? Le 01/08/2012 19:52, Thiago Macieira a écrit : > On quarta-feira, 1 de agosto de 2012 18.18.14, arnaud but wrote: >> hello, >> >> the last week i have encountered a little problem to compile my project >

Re: [Interest] interface keyword on qt with windows

2012-08-01 Thread Thiago Macieira
On quarta-feira, 1 de agosto de 2012 18.18.14, arnaud but wrote: > hello, > > the last week i have encountered a little problem to compile my project > on windows : > > http://qt-project.org/forums/viewthread/19133/ > > what do you think about the conclusion ? Some windows header #defines interfac

[Interest] interface keyword on qt with windows

2012-08-01 Thread arnaud but
hello, the last week i have encountered a little problem to compile my project on windows : http://qt-project.org/forums/viewthread/19133/ what do you think about the conclusion ? ___ Interest mailing list Interest@qt-project.org http://lists.qt-proj