Used Maintenance tool to "download " 6.2 need CLI command
-
THIS IS NOT A REPOST
Just need a simple answer .
My OS refuses to run QtCreator.When run from terminal as "qtcreator" I keep getting /home/qt/QT/15.5.2
HOW DO I start / run QtCreator from NEW load @/home /qt/QT/ 6.2.0 ?
What is my CLI command ?
-
@AnneRanch said in Used Maintenance tool to "download " 6.2 need CLI command:
@/home /qt/QT/ 6.2.0
./home/qt/QT/6.2.0/Tools/QtCreator/bin/qtcreator # or ./home/qt/QT/Tools/QtCreator/bin/qtcreator
But you really shouldn't install Qt to different paths (if that's the case; I'm really lost when it comes to your setup by now), keep a single installation, single maintenance tool. THis way you get one Qt Creator which will see all installed Qt versions.