Offline installers
-
@Uberlinc said in Offline installers:
Please note: Selecting "Qt Version" gives no drop-down options. Only option is "None"
Because you didn't not install any Qt version.
-
@SGaist said in Offline installers:
@Uberlinc said in Offline installers:
Please note: Selecting "Qt Version" gives no drop-down options. Only option is "None"
Because you didn't not install any Qt version.
...... and?
(I'm sure you know where I'm going with this.)
The original post shows a screenshot of the exact offline installer file that I downloaded.
I selected all options.
I ran at its entirety.Is there another file that I should have installed as well?
Does this mean that you need to install a base install of Qt5 and then also the Qt Creator installer as well?
Please, help me out here.
I don't understand, so you might need to spell it out for me.Many thanks.
-
@Uberlinc
Let's see if this helps:-
Qt Creator is an "IDE", for editing/developing/compiling/debugging. If that's all you install, you can probably edit files and that's about it.
-
To compile stuff you edit you'll need a compiler, plus a debugger helps, such as MSVC or MinGW/gcc plus gdb debugger. If that's all you install, you can probably develop plain, non-Qt standalone C++ programs (if Creator allows that, I don't know).
-
To compile/run programs which want to use Qt header files/libraries/run-time you also need a version of Qt itself installed. (Incidentally, this is all that end-users of anything you develop need.) Without that is where you are with no Qt version in Kits.
-
-
@JonB said in Offline installers:
- To compile/run programs which want to use Qt header files/libraries/run-time you also need a version of Qt itself installed. (Incidentally, this is all that end-users of anything you develop need.) Without that is where you are with no Qt version in Kits.
Great!
Now, given that I have installed:
- A base install of minGW
- This offline installer which, I believe, is Qt Creator:
What other file/installer must I download and install to complete this installation?
If you could please point me to a specific file in a specific location, that would be much appreciated.
(And, please note, I require an offline installer to complete this - the online one simply does not work for me.)Many thanks.
-
@Uberlinc
I'm not an expert on this, just trying to help you. I think you need to go to https://www.qt.io/offline-installers and pick the Qt for your platform. I trust this applies for the open source version, not just the commercial one, you will have to verify that or wait for someone else to correct this.. I note that says it includes Qt Creator as well, so you may not have needed your download.Note it also says
We recommend you use the Qt Online Installer for first time installations and the Qt Maintenance Tool for changes to a current install.
Finally, I believe there have been recent changes at Qt Company which mean that downloads now require a logon account, which may make offline installing trickier....
I don't know any more than this, sorry, so if you feel you need confirmation from a Qt expert please wait....
-
@JonB said in Offline installers:
@Uberlinc
I'm not an expert on this, just trying to help you. I think you need to go to https://www.qt.io/offline-installers and pick the Qt for your platform.Yes, this is exactly what I did.
Note it also says
We recommend you use the Qt Online Installer for first time installations and the Qt Maintenance Tool for changes to a current install.
Okay, so it would appear that something fundamental has changed in the installation packages since I installed it last time that makes it difficult to fully complete an offline installation?
Finally, I believe there have been recent changes at Qt Company which mean that downloads now require a logon account, which may make offline installing trickier....
I believe that I actually have a logon account (is that the same one which is required to be active/ask questions on this forum?) so that is not a problem.
I don't know any more than this, sorry, so if you feel you need confirmation from a Qt expert please wait....
Thank you for your honesty.
I do appreciate this.
I would very-much like to know where I might find such an expert who can give me a complete "horse's mouth" answer to my question.Many thanks.
-
@Kapitan79 said in Offline installers:
http://download.qt.io/official_releases/qt/5.14/5.14.2/qt-opensource-windows-x86-5.14.2.exe
Yes! Thank you!
By a strange coincidence, I took a shot in the dark and downloaded this very installer last night!
(Took me 4 painful hours and a few restarts, but I finally got there!)As it happens, I am actually running this installer as I type!
Thank you for your advice.
I'll let you know if how I go.
-
BINGO!
Thank you @Kapitan79 !
That was the ticket!
I don't know why there is a specific offline installer for just "Qt Creator" if it doesn't work .... but that's a question for another time.
Right now, I'm happy to have it up and running again.Again, many thanks!
-
@Uberlinc said in Offline installers:
I don't know why there is a specific offline installer for just "Qt Creator" if it doesn't work
It's for people who already have Qt installed (or don't want to use Qt at all but QtCreator as IDE) and want to install QtCreator (for example a newer version), nothing special actually...
"if it doesn't work" - it does work without Qt for non-Qt projects...