[Interest] pre-processing for Qt widget stylesheet

2015-08-10 Thread Hamish Moffatt
Does anyone have any experience with preprocessing to generate the Qt stylesheet? I'd like to be able to refer to constants (eg colours), and also perhaps to define functions (eg to perform dpi scaling). I have looked at incorporating libsass (http://libsass.org/) into my application. The firs

Re: [Interest] qDebug under Windows

2015-08-10 Thread Thiago Macieira
On Monday 10 August 2015 14:40:58 Jérôme Godbout wrote: > Hi, > I have some problem under Windows to redirect the qDebug() default output, > it seem to go to the Windows "debugger" output and I would like it to be > sent to stdcerr instead. How/where can I change that for Windows (work > normally u

Re: [Interest] qDebug under Windows

2015-08-10 Thread Martin Koller
On Monday 10 August 2015 14:40:58 Jérôme Godbout wrote: > Hi, > I have some problem under Windows to redirect the qDebug() default output, > it seem to go to the Windows "debugger" output and I would like it to be > sent to stdcerr instead. How/where can I change that for Windows (work > normally u

[Interest] qDebug under Windows

2015-08-10 Thread Jérôme Godbout
Hi, I have some problem under Windows to redirect the qDebug() default output, it seem to go to the Windows "debugger" output and I would like it to be sent to stdcerr instead. How/where can I change that for Windows (work normally under Linux)? I think I will have to recompile Qt to do this with

[Interest] Building Qt for Embedded Linux

2015-08-10 Thread Sina Dogru
Hello, I am a newbie on cross compiling and trying to compile Qt for my development board. My development board is Olimex A10Lime, it has ARM Cortex-a8 processor and using official images distributed from Olimex. I have just dd on SD card that image and it is perfectly booting and working. Those