Please backport this patch into qtbase
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
qtbase-opensource-src (Ubuntu) |
Fix Released
|
Undecided
|
Timo Jyrinki |
Bug Description
There's an issue with QCoreApplicatio
This makes effectively all custom development outside of /usr impossible if there is also a system version of some plugin as Qt will /always/ load the system one rather than the one that's being worked on (and installed to say /opt), even with correct QT_PLUGIN_PATH set.
This is fixed in Qt but apparently in 5.6 only, so I'd like to request backporting this following commit to Qt 5.5 for wily:
https:/ /codereview. qt-project. org/#/c/ 122258/