Re: [Interest] QRemoteObject : slot call with return value

2020-05-28 Thread Daesdemon
Hi, After some test, it appears that: 1) It seems not possible to enableRemote an object that is not in the Host thread (the enable remote seems parenting some QObject to remoted object) 2) The call of a remoted object slot (even with no return value) is blocking the host thread, so the obj

[Interest] Qt3D - Deploying renderer plugins introduced in Qt 5.15

2020-05-28 Thread Esch Lorenz TU Ilmenau
Hello, I am using windeployqt to deploy an application facilitating Qt3D via specifying QT += 3dcore 3drender 3dinput 3dextras in its .pro file. Since Qt 5.15 the opengl renderer is isolated as a separated plugin (openglrenderer.dll). This new plugin is somehow not caught by windeployqt and th

Re: [Interest] Moving mkspecs folder when configuring Qt

2020-05-28 Thread Kai Köhne
> -Ursprüngliche Nachricht- > Von: Interest Im Auftrag von Richard > Weickelt > Gesendet: Donnerstag, 28. Mai 2020 09:06 > An: interest@qt-project.org > Betreff: [Interest] Moving mkspecs folder when configuring Qt > > Hello, > > when configuring and building Qt, almost all top-level fol

[Interest] Moving mkspecs folder when configuring Qt

2020-05-28 Thread Richard Weickelt
Hello, when configuring and building Qt, almost all top-level folders are configurable. The mkspecs folder seems to be hardcoded. Is there a way to move mkspecs, for instance into a subdirectory, so that the resulting folder structure looks like: Qt +--bin +--lib +--res +--mkspecs +--xxx T