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