Using Qt everywhere with Qt Creator
-
Hello,
i have just installed the Qt Creator without anything else from here:
https://download.qt.io/official_releases/qtcreator/6.0/6.0.1/Then i have downloaded and extracted Qt everywhere from here:
https://download.qt.io/official_releases/qt/6.2/6.2.2/single/But i could not link Qt everywhere to the Qt Creator.
Does someone here know how to link these two?
Or does someone know how to install Qt to a PC that is not connected to the internet?If you wonder why i don't just use the Qt online installer, it's because the PC is in a network with very strict network policy and there is no way for me to change that.
-
@MichaelH said in Using Qt everywhere with Qt Creator:
Then i have downloaded and extracted Qt everywhere from here:
https://download.qt.io/official_releases/qt/6.2/6.2.2/single/Those are Qt sources, so you have to build it to create a kit.
==> https://doc.qt.io/qt-6/windows-building.html -
Or download the binaries with the Qt online installer.
-
@KroMignon
aah ok, that makes sense then! I will try to compile it and see how it goes.@Christian-Ehrlicher
so you mean i could also download the binaries on another PC and then transfer them to this PC? -
@MichaelH Is your PC not connected to the internet? It should be possible to simply move the installed Qt to another PC when the directory structure and directory does not change.
-
@Christian-Ehrlicher The PC is connected to the internet, but due to network restrictions the online installer does not work