-
Bug
-
Resolution: Done
-
P1: Critical
-
None
-
5.3.0
-
WinRT/WinPhone (all)
-
-
894ce8aaab8d3319a704deb73cb5109d092df0aa
QtWidgets initializes the thread data for QApplication on DLL load, which means that QApplication thinks the main thread is whatever thread the DLL was loaded in. On WinRT, though, the application launcher runs all UI code in a separate thread than the DLLs are loaded. So, this thread data should be initialized later, such as when the QApplication is loaded, or via a hack in libqtmain.
- depends on
-
QTBUG-35810 Support delay-load linked DLLs
-
- Closed
-