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
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
> -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
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