7

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)

3 Answers3

11

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.

Worthwelle
  • 4,816
FrustratedAdmin
  • 126
  • 1
  • 2
4

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

A. Loiseau
  • 1,268
2

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.