Re: [Interest] Disable Qt Concurrent in 5.1 for simple RTOS

2013-10-01 Thread Thiago Macieira
On quarta-feira, 2 de outubro de 2013 01:00:40, George Seibert wrote: > We're really only interested in the drawing capabilities, fonts, images, > QWidget, a few simple widgets, and a simple event queue for a small set of > hardware buttons. The RTOS doesn't have any threading capabilities. It >

Re: [Interest] Disable Qt Concurrent in 5.1 for simple RTOS

2013-10-01 Thread George Seibert
Thanks Thiago, that was very helpful. We're really only interested in the drawing capabilities, fonts, images, QWidget, a few simple widgets, and a simple event queue for a small set of hardware buttons. The RTOS doesn't have any threading capabilities. It sounds like I would need to edit the .p

Re: [Interest] Disable Qt Concurrent in 5.1 for simple RTOS

2013-10-01 Thread Thiago Macieira
On terça-feira, 1 de outubro de 2013 19:12:59, George Seibert wrote: > Hi, > > Has anyone compiled Qt 5 for a simple RTOS without threading? > > I'm trying to compile Qt 5.1 for a small in-house RTOS which doesn't have > threading. I've tried -no-feature-concurrent, as well as -no-concurrent > w

[Interest] Disable Qt Concurrent in 5.1 for simple RTOS

2013-10-01 Thread George Seibert
Hi, Has anyone compiled Qt 5 for a simple RTOS without threading? I'm trying to compile Qt 5.1 for a small in-house RTOS which doesn't have threading. I've tried -no-feature-concurrent, as well as -no-concurrent which isn't understood by configure, but Qt Concurrent is still reported as "yes" at