📜 ⬆️ ⬇️

Qt 5.8 framework release

Today, 7 months after the previous major release, version 5.8 of the Qt cross-platform framework has been released.


Qt allows you to develop applications using C ++ and the declarative programming language QML, supports all major desktop and mobile platforms, as well as some embedded and has open source code. There is a commercial version of Qt containing additional proprietary modules.


This release introduces a new configuration system that allows you to include in the assembly only the necessary functionality (Qt Lite), stabilization of some experimental modules, as well as new experimental modules and the removal of obsolete ones.



Qt lite


The new version has the ability to fine-tune the Qt build to include only the necessary functionality. For this, the configuration system has been significantly reworked. An example of using Qt Lite for a small QML application:



Qt QML and Quick


Significant changes were made to the QML engine:



New modules







Changes to existing modules



Removed and obsolete modules



Platform Support



Additional Information



')

Source: https://habr.com/ru/post/320284/


All Articles