Details
-
Technical task
-
Resolution: Fixed
-
P2: Important
-
-
2b48614f6 (dev), 092b3a0ff (dev), ae0db7a61 (dev), 6e813c407 (6.8), 984b56d9c (6.8), 52f8e8e63 (6.8), 1afb82c41 (dev), a228a3e7b (6.8)
Description
Since the QtEmbeddedLoader is not a singleton anymore, but every instance of QtView creates its own loader, any additional QtViews will try to load the libraries again. Keeping track of whether the libraries have already been loaded and there is no need to try it again/fail when they can't be loaded is an enabler for having multiple QtViews.
Attachments
Issue Links
- blocks
-
QTBUG-123711 QtQuickView doesn't handle recreation of Activity properly
- In Progress