Reputation: 1219
I've to recreate a work environment in a new pc and I would like to use the newest Qt Creator to work on a project that was developed in 5.10 but the maintenace tool does not allow to select that version:
I'm currently using windows 11, should I install Qt Creator 4.x that was shipped with 5.10 and then install the new Qt Creator over it?
it is actually possible to have what I would like to use?
Upvotes: 1
Views: 411
Reputation: 1767
I don't know why you are not seeing Qt 5.10 there, I do.
Anyhow, you can always install Qt Creator from an offline installer (https://download.qt.io/official_releases/qtcreator/ or from https://account.qt.io) and use the "Link with Qt" banner that is shown when you start that (if the banner doesn't show up, the same functionality is accessible via Tools > Options > Kits > Qt Versions > Link with Qt). Point that to the base directory of a Qt offline or online installer to make everything known to that Qt Creator installation automatically.
Upvotes: 2