Browse Source

qt: link against the Qt iOS platform

work/unnecessary-disc-string
Alexandre Janniaux 7 months ago
committed by Jean-Baptiste Kempf
parent
commit
4923761488
  1. 2
      modules/gui/qt/plugins.hpp

2
modules/gui/qt/plugins.hpp

@ -80,5 +80,7 @@
Q_IMPORT_PLUGIN(QXdgDesktopPortalThemePlugin)
#elif defined(__EMSCRIPTEN__)
Q_IMPORT_PLUGIN(QWasmIntegrationPlugin)
#elif defined(Q_OS_IOS)
Q_IMPORT_PLUGIN(QIOSIntegrationPlugin)
#endif
#endif

Loading…
Cancel
Save