Re: [Interest] Compiling a 32-bit application on Macintosh with Qt 5.9 fails

2017-07-27 Thread Thiago Macieira
On Thursday, 27 July 2017 11:28:28 PDT Adam Light wrote: > Our application can load plugins that are written by users. Our application > has only had a 64-bit Macintosh version available for 366 days, so most of > these plugins are 32-bit. That was the answer I was expecting. It's a valid reason.

Re: [Interest] Compiling a 32-bit application on Macintosh with Qt 5.9 fails

2017-07-27 Thread Adam Light
On Thu, Jul 27, 2017 at 9:13 AM, Thiago Macieira wrote: > On quinta-feira, 27 de julho de 2017 09:00:38 PDT Adam Light wrote: > > I'm not able to successfully compile a project (even an essentially empty > > project created with the Qt Creator wizard) for 32-bit on Macintosh using > > Qt 5.9.2. >

Re: [Interest] Dual screen Wayland on i.MX6

2017-07-27 Thread Sergio Martins
Hi Filip, On 2017-07-27 09:57, Filip Piechocki wrote: (...) So my question is: Is it possible to run some simple QtWayland compositor that would control both displays? So we can have one HW accelerated application displayed on both screens? Or maybe some other way to get this working? Befor

Re: [Interest] Compiling a 32-bit application on Macintosh with Qt 5.9 fails

2017-07-27 Thread Thiago Macieira
On quinta-feira, 27 de julho de 2017 09:00:38 PDT Adam Light wrote: > I'm not able to successfully compile a project (even an essentially empty > project created with the Qt Creator wizard) for 32-bit on Macintosh using > Qt 5.9.2. Why do you want to? Qt does only supports macOS versions that requ

[Interest] Compiling a 32-bit application on Macintosh with Qt 5.9 fails

2017-07-27 Thread Adam Light
I'm not able to successfully compile a project (even an essentially empty project created with the Qt Creator wizard) for 32-bit on Macintosh using Qt 5.9.2. It looks like the problem is due to the "-arch x86_64" flag being improperly inserted into the compiler command. Here's the full command for

Re: [Interest] Dual screen Wayland on i.MX6

2017-07-27 Thread Thiago Macieira
On quinta-feira, 27 de julho de 2017 01:57:32 PDT Filip Piechocki wrote: > Is it possible to run some simple QtWayland compositor that would control > both displays? You can't load two QPA plugins in the same application. If you require linuxfb for one, you can't use vivante for the other and vi

[Interest] Dual screen Wayland on i.MX6

2017-07-27 Thread Filip Piechocki
Hi, I would like to run our Qt application (it is basically displaying several QWebEngineViews) in a dual screen setup on the i.MX6 board. Those screens are connected to LVDS - one is on /dev/fb0 and the second is on /dev/fb2. We are able to achieve what we want by running Xorg with 2 devices and