Installed Qt 5.15.0, but I got Qt 6.2.2
-
Hi,
In maintenance tool I have selected Qt 5.15.0 version , but after installation its showing its version as 6.2.2. But in Qt directory its showing 5.15.0, and in tools->options->kits its showing Qt 5.15.0 GCC 64 bit.Thanks in advance.
-
@Joshika_Namani said in Installed Qt 5.15.0, but I got Qt 6.2.2:
after installation its showing its version as 6.2.2
Showing where?
-
@J-Hilk said in Installed Qt 5.15.0, but I got Qt 6.2.2:
@JKSH in the about Qt CREATOR window of QtCreator of cause, like most other misunderstandings regarding "Qt versions" :P
Ah, of course... I should've known better 😅
@Joshika_Namani said in Installed Qt 5.15.0, but I got Qt 6.2.2:
after installation its showing its version as 6.2.2
The Qt Creator's "About" box shows the version of Qt that was used to build Qt Creator.
It does not show the version(s) of Qt that you use to build your projects.
in tools->options->kits its showing Qt 5.15.0 GCC 64 bit.
Then your projects will be built using Qt 5.15.0.
Note: You can install multiple versions of Qt and use them all in a single version of Qt Creator. Does this make sense?