Re: [Interest] Compile error with windows kit 8.1

2015-08-24 Thread Mathieu Slabbinck
On Mon, Aug 24, 2015 at 6:19 PM, Thiago Macieira wrote: > On Monday 24 August 2015 17:54:40 Mathieu Slabbinck wrote: >> On Mon, Aug 24, 2015 at 5:35 PM, Thiago Macieira >> >> wrote: >> > On Monday 24 August 2015 11:17:13 Mathieu Slabbinck wrote: >> >> C:\Program Files (x86)\Windows Kits\8.1\Inclu

[Interest] QNetworkAccessManager

2015-08-24 Thread Igor Mironchik
Hi guys, I created QNetworkAccessManager in a thread. Everything is fine but sometimes I received assertion that QCoreApplication can't send event to QNetworkAccessManager in another thread. Is it Qt's bug? Or QnetwrokAccessManager couldn't be used in threaded environment? Is it possible to d

Re: [Interest] Qt 5.5.1 & MSVC 2015

2015-08-24 Thread Thiago Macieira
On Monday 24 August 2015 11:36:36 mark diener wrote: > On Mon, Aug 24, 2015 at 9:39 AM, Thiago Macieira > wrote: > > Compile from sources, for now. > > Thanks Thiago. > > Has anybody built qt5.5.0 from sources with MSVC2015? Yes. I have been doing just that since last November. > There are peo

[Interest] QGraphicsView viewport touch event on iOS through event filter

2015-08-24 Thread maitai
Hello all As usual, I am filtering a QGraphicsView viewport events through an eventFilter. This works fine on all platform except iOS. As it seems, I am receiving gesture events just like it should, except if the user goes mad and start touching the screen very fast. In practice I receive for

Re: [Interest] Qt 5.5.1 & MSVC 2015

2015-08-24 Thread mark diener
On Mon, Aug 24, 2015 at 9:39 AM, Thiago Macieira wrote: > Compile from sources, for now. > Thanks Thiago. Has anybody built qt5.5.0 from sources with MSVC2015? There are people on the list that will want to build qt5.5.0 and qt5.5.1 if we must wait until qt5.6 to get a MSVC2015 binary build u

Re: [Interest] Compile error with windows kit 8.1

2015-08-24 Thread Thiago Macieira
On Monday 24 August 2015 17:54:40 Mathieu Slabbinck wrote: > On Mon, Aug 24, 2015 at 5:35 PM, Thiago Macieira > > wrote: > > On Monday 24 August 2015 11:17:13 Mathieu Slabbinck wrote: > >> C:\Program Files (x86)\Windows Kits\8.1\Include\shared\ws2def.h:905: > >> error: Can't concatenate non ident

Re: [Interest] Compile error with windows kit 8.1

2015-08-24 Thread Mathieu Slabbinck
On Mon, Aug 24, 2015 at 5:35 PM, Thiago Macieira wrote: > On Monday 24 August 2015 11:17:13 Mathieu Slabbinck wrote: >> C:\Program Files (x86)\Windows Kits\8.1\Include\shared\ws2def.h:905: >> error: Can't concatenate non identifier tokens > > Looks like your version of MinGW is not compatible with

Re: [Interest] Qt 5.5.1 & MSVC 2015

2015-08-24 Thread Thiago Macieira
On Monday 24 August 2015 06:12:33 m...@rpzdesign.com wrote: > I have found references to mkspecs of win32-MSVC2015 in the source code > tree. > > But will there be a MSVC2015 community binary released for Qt 5.5.1 or > are we forced to compile MSVC2015 support from sources? Compile from sources,

Re: [Interest] Qt 5.5.0 Compile Time Hash Example

2015-08-24 Thread m...@rpzdesign.com
That is exactly what the doctor ordered. I spent a lot of time searching via google and the best that I came up with was what I shared for discussion. Thanks for the ISOCPP.org reference, I am sure more of us will be looking at it as well. Have a great day, md On 8/24/2015 9:32 AM, Thiago Mac

Re: [Interest] Compile error with windows kit 8.1

2015-08-24 Thread Thiago Macieira
On Monday 24 August 2015 11:17:13 Mathieu Slabbinck wrote: > C:\Program Files (x86)\Windows Kits\8.1\Include\shared\ws2def.h:905: > error: Can't concatenate non identifier tokens Looks like your version of MinGW is not compatible with your Windows SDK headers. This is not a Qt problem, sorry. Tr

Re: [Interest] Qt 5.5.0 Compile Time Hash Example

2015-08-24 Thread Thiago Macieira
On Monday 24 August 2015 06:16:55 m...@rpzdesign.com wrote: > Would you be interested in sharing your solution > to the switch(STRING) problem? It's been posted several times to the C++ discussion lists: string_switch(string, do_case(value1, [] { do1(); }),

[Interest] OS X codesign after macdeployqt "rejected" by spctl ?

2015-08-24 Thread Edward Sutton
Can anyone share their codesign sequence for signing an OS X app bundle before it is packed within a dmg? After running macdeployqt, then codesign, when I verify the spctl utility with verbose tells me the app folder is “rejected". ${QTDIR}/bin/macdeployqt ${appFolder} codesign --verbose=

Re: [Interest] Qt 5.5.0 Compile Time Hash Example

2015-08-24 Thread m...@rpzdesign.com
Andre & Helmut: Thank you for your comments. Would you be interested in sharing your solution to the switch(STRING) problem? md On 8/24/2015 6:11 AM, André Somers wrote: > Op 24-8-2015 om 14:07 schreef m...@rpzdesign.com: >> Helmut: >> >> Yes, but you are talking about a different use case >>

[Interest] Qt 5.5.1 & MSVC 2015

2015-08-24 Thread m...@rpzdesign.com
I have found references to mkspecs of win32-MSVC2015 in the source code tree. But will there be a MSVC2015 community binary released for Qt 5.5.1 or are we forced to compile MSVC2015 support from sources? md -- No spell checkers were harmed during the creation of this message. ___

Re: [Interest] Qt 5.5.0 Compile Time Hash Example

2015-08-24 Thread André Somers
Op 24-8-2015 om 14:07 schreef m...@rpzdesign.com: > Helmut: > > Yes, but you are talking about a different use case > with algorithmic purity. > > We do not care about every string. > > We only care about the strings in our program. > > For quality assurance, you can scan the source code looking fo

Re: [Interest] Qt 5.5.0 Compile Time Hash Example

2015-08-24 Thread m...@rpzdesign.com
Helmut: Yes, but you are talking about a different use case with algorithmic purity. We do not care about every string. We only care about the strings in our program. For quality assurance, you can scan the source code looking for every instance of the fnhash("STRING") and make sure there are

[Interest] Compile error with windows kit 8.1

2015-08-24 Thread Mathieu Slabbinck
Hi all, I'm having this compile error that I cannot seem to resolve, nor do I understand it. Can anyone set me in the right direction here? Error: C:\Program Files (x86)\Windows Kits\8.1\Include\shared\ws2def.h:905: error: Can't concatenate non identifier tokens on: #pragma region Desktop Family