I tried to compile my project on fresh new OS X and Qt 5.8 and got this error. So I figured out that installing Qt 5.7 instead solves my problem but can't find reasonable explanation - nor documentation nor any answers on SO. Why this might happen to Qt modules and how to detect which ones are deprecated later?
It appears Qt5PlatformSupport was modularised and thus split into several libraries.
I've found this Qt code review entry which shows that rather than defining a single QtPlatformSupport
target, the project file now uses the SUBDIRS
template.
I've also found this KDE code review entry where you can see that they are using Qt5PlatformSupport
before Qt Version 5.8.0 and Qt5FontDatabaseSupport
, Qt5ThemeSupport
and Qt5EventDispatcherSupport
after that.
The specific new libraries you require for your project will probably differ.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With