Tuesday January 21, 2020 by Tino Pyssysalo | Comments
We are happy to announce that Qt Online Installer, based on the Installer Framework 3.2.0, has been released. The biggest change is the installation flow, where Open Source Qt users have to explicitly accept open source usage obligations. We changed the flow to help our customers with the commercial license compliancy. Our customers have been concerned about unintentional Open Source Qt installations in software projects, using Commercial Qt.
Open Source Qt can be installed and used as before. However, open source users must explicitly accept the open source usage obligations.
Qt developers, using headless Qt installations, can automatically accept the open source obligations by using the following callback in the installation script.
Controller.prototype.ObligationsPageCallback = function()
{
var page = gui.pageWidgetByObjectName("ObligationsPage");
page.obligationsAgreement.setChecked(true);
page.completeChanged();
gui.clickButton(buttons.NextButton);
}
Download the latest release here: www.qt.io/download.
Qt 6 was created to be the productivity platform for the future, with next-gen 2D & 3D UX and limitless scalability.
Find webinars, use cases, tutorials, videos & more at resources.qt.io
Check out all our open positions here and follow us on Instagram to see what it's like to be #QtPeople.
Näytä tämä julkaisu Instagramissa.Henkilön Qt (@theqtcompany) jakama julkaisu