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);
}
Commenting for this post has ended.
what is required for Qt Virtual Tech Summit 2019? Some specific apps, firewall settings, ...?
A sign up to the event and into Zoom (Web app or Desktop) on the day of takes less than a minute to get online but you should try to join 5 min prior to get settled in. :)
There is no need to install anything if you use the web client. Chrome works best.
When you sign up to #QtVTS19 you'll receive instructions and a link to the event.