46
Programming / Re: Qt6 Application Testing
« on: December 31, 2024, 06:23:27 am »
For the brave.... and for now - no webengine included - https://smedley.id.au/tmp/qt6-6.6.3-noqtwebengine-os2-20241231-gcc14.zip
For now, installs in /qt6-6.6.x to allow it to be kept separate from a working qt 6.2.x setup.
the examples in examples\corelib\ipc\sharedmemory don't work - the code was significantly restructed and clearly I've missed something in adapting it. I suspect there may be issues in systemsemaphores as well, as that code was also restructured. Code is in https://github.com/psmedley/qt6-base-os2/tree/6.6.x/src/corelib/ipc for anyone that wants to take a look.
I'm going to experiment to see if I can graft the Qt 6.2.6 webengine onto the top of this...
For now, installs in /qt6-6.6.x to allow it to be kept separate from a working qt 6.2.x setup.
the examples in examples\corelib\ipc\sharedmemory don't work - the code was significantly restructed and clearly I've missed something in adapting it. I suspect there may be issues in systemsemaphores as well, as that code was also restructured. Code is in https://github.com/psmedley/qt6-base-os2/tree/6.6.x/src/corelib/ipc for anyone that wants to take a look.
I'm going to experiment to see if I can graft the Qt 6.2.6 webengine onto the top of this...