I'm using the open-source version of Qt 5.11 on Windows. How do i upgrade to 5.12?
Thanks.
I'm using the open-source version of Qt 5.11 on Windows. How do i upgrade to 5.12?
Thanks.
The usual way is to download from the Qt web site using the online installer. If that doesn't get you 5.12, then you can use an offline installer. You may need to configure your IDE to point to the new sources, include files, and libraries and change your PATH environment variable to find the correct DLLs at runtime.
If you installed Qt 5.11 using the online installer, you may be able to use the Qt Maintenance Tool (on the Windows Start menu under Programs / Qt) to perform an update.
Last edited by d_stranz; 15th March 2019 at 00:20.
<=== The Great Pumpkin says ===>
Please use CODE tags when posting source code so it is more readable. Click "Go Advanced" and then the "#" icon to insert the tags. Paste your code between them.
Malcolmp (15th March 2019)
Bookmarks