-
Task
-
Resolution: Unresolved
-
P2: Important
-
None
-
None
-
None
Considerations:
- Qt for IOS only officially supports static linking to the executable.
- The main entrypoint of the application should be qt_main_wrapper which comes from the platform plugin.
ToDo:
- Export qt_main_wrapper symbol from the qpa since we are planning to link it to libpyside which is a shared library.
- Link qpa for iOS to libpyside
- call `qt_main_wrapper` when PySide6 is loaded.
- Just like android create a Python script to cross compile PySide for iOS which calls ideally `setup.py build` using a custom cmake toolchain file with the necessary configurations. See pyside-setup/tools/cross_compile_android
- is required for
-
PYSIDE-2352 Support Qt for Python on iOS
-
- Open
-