Re: [Interest] Audio issue in QT5

2018-01-11 Thread Sudhir Sharma
Any idea about this issue? Regards, Sudhir From: Sudhir Sharma Sent: Thursday, January 11, 2018 4:09 PM To: interest@qt-project.org Subject: No Audio in QT5 Hi, I am able to play audio in my application when I run from code but able to play audio in systems where I installed my application. I

Re: [Interest] Cannot complie Qt 5.10 on ARM device

2018-01-11 Thread Thiago Macieira
On Thursday, 11 January 2018 14:05:03 PST Filip Piechocki wrote: > > Can you find the src/corelib/global/qconfig.cpp file (created by > > configure) > > There is no such file when running configure in container. It is when > ran on a host system. Ok, then that is the problem. It's probably O_TMPF

Re: [Interest] Multiple QNetworkAccessManagers for a single app

2018-01-11 Thread Jason H
> But is it a performance issue, a potential threading problem, what? not to my knowledge, not to my knowledge. It's just that: 1) I/O is async having more won't make it faster 2) Whatever resources are being managed will be managed separately, unaware of the rest. I regularly (accidentally) u

Re: [Interest] Multiple QNetworkAccessManagers for a single app

2018-01-11 Thread Thiago Macieira
On Thursday, 11 January 2018 10:41:51 PST Tom Isaacson wrote: > But is it a performance issue, a potential threading problem, what? It's a matter of need. You don't need more than one, on most cases. > We have a large codebase and this practice hasn't been followed, I'm > wondering what the poten

Re: [Interest] Multiple QNetworkAccessManagers for a single app

2018-01-11 Thread Konstantin Tokarev
11.01.2018, 21:42, "Tom Isaacson" : > But is it a performance issue, a potential threading problem, what? > > We have a large codebase and this practice hasn't been followed, I'm > wondering what the potential impact is and whether it's worth fixing. If your QNAM objects use different settings

Re: [Interest] Multiple QNetworkAccessManagers for a single app

2018-01-11 Thread Tom Isaacson
But is it a performance issue, a potential threading problem, what? We have a large codebase and this practice hasn't been followed, I'm wondering what the potential impact is and whether it's worth fixing. Thanks. Tom Isaacson On Wednesday, 10 January 2018 20:26:16 PST Tom Isaacson wrote: > T

Re: [Interest] Cannot complie Qt 5.10 on ARM device

2018-01-11 Thread Thiago Macieira
On Friday, 22 December 2017 04:31:34 PST Filip Piechocki wrote: > QMAKE_SPEC: > QMAKE_XSPEC: Another attempt at this. The error message comes from: evalError(fL1S("Could not find qmake configuration file %1.").arg(qmakespec)); So the qmakespec file is actually empty. That corresponds to

Re: [Interest] Cannot complie Qt 5.10 on ARM device

2018-01-11 Thread Thiago Macieira
On Thursday, 11 January 2018 07:13:13 PST Filip Piechocki wrote: > I am running this in a docker container (iamge: > arm32v7/debian:buster). It is done on Asus Tinker board with kernel > version 4.4.71. 4.4 doesn't have the statx() system call, which is the usual source of "can't find file" -- wh

Re: [Interest] Cannot complie Qt 5.10 on ARM device

2018-01-11 Thread Filip Piechocki
I am running this in a docker container (iamge: arm32v7/debian:buster). It is done on Asus Tinker board with kernel version 4.4.71. On Thu, Jan 11, 2018 at 3:53 PM, Thiago Macieira wrote: > On Friday, 22 December 2017 04:31:34 PST Filip Piechocki wrote: >> Could not find qmake configuration file

Re: [Interest] Cannot complie Qt 5.10 on ARM device

2018-01-11 Thread Thiago Macieira
On Friday, 22 December 2017 04:31:34 PST Filip Piechocki wrote: > Could not find qmake configuration file . qmake failing to find files inn 5.10 could be related to a new system call that we're using on Linux. Can you confirm which kernel version you're running with? Do you have any type of syst

Re: [Interest] "Demo Mode" third party tool

2018-01-11 Thread Jason H
Maybe the FrogLogic GUI testing is what you are looking for? But why not just generate the QEvents yourself?   Sent: Wednesday, January 10, 2018 at 5:00 PM From: "Scott Bloom" To: "interest@qt-project.org" Subject: [Interest] "Demo Mode" third party tool Is there a 3rd party tool for Qt b

Re: [Interest] Cannot complie Qt 5.10 on ARM device

2018-01-11 Thread Filip Piechocki
Anyone has an idea on what is wrong here? On Fri, Dec 22, 2017 at 1:31 PM, Filip Piechocki wrote: > Hi, > I am now trying to build Qt 5.10 on i.MX6 device (cross compiling is > not an option at this moment). I've prepared my custom mkspec called > linux-imx6-g++ and I put it in qtbase/mkspecs dir

[Interest] No Audio in QT5

2018-01-11 Thread Sudhir Sharma
Hi, I am able to play audio in my application when I run from code but able to play audio in systems where I installed my application. I get following error " using null output device, none available" AT version 5.9.2, win 64 Looks like I am missing some dll. Any idea which one? Regards, Sudhir