Qt install offline

Is it possible to install Qt toolkit without internet connection?

I downloaded offline installer, but to begin installation process I need to log in Qt Account. Is there some way to skip this step? Or situation is something like this: no internet - no Qt?


OS Lubuntu 64-bit
Qt Qt 5.7.0 for Android (Linux 64-bit, 769 MB)

5

3 Answers

The installer is only asking for login credentials when it can reach the internet, so if you don't have network access, you will have the skip button.

If you want to deploy it without logging in—even when the PC is connected to the internet—you have to temporarily delete the default route (0.0.0.0). That way the installer cannot contact the server and will provide you with the skip button.

According to this page, you should have a "skip" button if you clear all Qt account fields.

1

On the 5.12.9 installer's Welcome screen, if you click on Settings, you can configure a proxy. I just gave it a non-existent IP/port. It eventually gave up and let me proceed without entering account info.

No modification with your routing table needed.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like