Re: [Interest] Compile error with windows kit 8.1

2015-08-25 Thread Mathieu Slabbinck
something that always works... > > Maurice > >> -Ursprüngliche Nachricht- >> Von: interest-bounces+maurice.kalinowski=theqtcompany.com@qt- >> project.org [mailto:interest- >> bounces+maurice.kalinowski=theqtcompany@qt-project.org] Im >> Auftrag von Mat

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: >> >&g

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

[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

Re: [Interest] Compile issues Qt5.5.0 with msvc2010 and openssl

2015-08-21 Thread Mathieu Slabbinck
penssl >> >> On Thursday 20 August 2015 11:20:26 Mathieu Slabbinck wrote: >> > -lGdi32" OPENSSL_LIBS_DEBUG="-lssleay32MTd -llibeay32MTd" >> > OPENSSL_LIBS_RELEASE="-lssleay32MT -llibeay32MT" >> >> > cl -c -FIQtXmlPatternsDepends -Yu

[Interest] Compile issues Qt5.5.0 with msvc2010 and openssl

2015-08-20 Thread Mathieu Slabbinck
Hi, I'm trying to get a static compilation of Qt with msvc2010 and Openssl (static) but I cannot seem to get it to work. I'm running this configure line: configure -static -debug-and-release -opengl desktop -no-compile-examples -nomake tools -nomake examples -nomake tests -openssl-linked -I C:\O

[Interest] json file handling

2015-04-15 Thread Mathieu Slabbinck
Hi, I'm using Qt5 to write json objects to a file. The json structure contains one array with x data elements, like: { "datapointsarray": [ { "datapoint":"1", "datapoint":"2", ... } ] } Each x seconds, a "datapoint" should be added. Th

Re: [Interest] Pre-compile system

2015-02-24 Thread Mathieu Slabbinck
On Tue, Feb 24, 2015 at 9:12 AM, Ola Røer Thorsen wrote: > > > 2015-02-24 8:51 GMT+01:00 Mathieu Slabbinck : >> >> >> So my question here: how can I make a qt project that compiles libx >> before starting on the app itself, disregarding multiple jobs. >> &g

[Interest] Pre-compile system

2015-02-23 Thread Mathieu Slabbinck
Hi, I have a Qt project that uses an external library (linux). The external lib is built statically from source each time using a shell script. To include the lib in the project, I've created a .pri file that defines libx like follows: libx.name = libx libx.target = $$PWD/libx_buil