Re: [Development] Problems porting Qt5.15 to Qt 6.2 for OS/2

2022-11-15 Thread Paul Smedley
Thanks Alexey and Fabian - this worked a treat! On 15/11/22 20:08, Fabian Kosmale via Development wrote: Hi, to expand on what Alexey said: Without linking against Qt::Gui, you will not have qpa in your include paths, which in turn means that QPlatformIntegrationFactoryInterface_iid  won't be

Re: [Development] Problems porting Qt5.15 to Qt 6.2 for OS/2

2022-11-15 Thread Fabian Kosmale via Development
Hi, to expand on what Alexey said: Without linking against Qt::Gui, you will not have qpa in your include paths, which in turn means that QPlatformIntegrationFactoryInterface_iid won't be macro-expanded to the string literals that is defined in qplatformintegrationplugin.h. In turn, moc will

Re: [Development] Problems porting Qt5.15 to Qt 6.2 for OS/2

2022-11-15 Thread Alexey Edelev via Development
Hi, Please try to add LIBRARIES Qt::Gui to the qt_internal_add_plugin call in https://github.com/psmedley/qt6-os2/blob/main/src/plugins/platforms/os2/CMakeLists.txt Regards, Alexey. From: Development on behalf of Paul Smedley Sent: Tuesday, November 15,