Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No default repositories in Qt Maintenance Tool

Tags:

qt

qt5

qt5.4

I recently installed Qt 5.5 and its MaintenanceTool (MaintenanceTool.exe). The default repositories were working, but after one day, my MaintenanceTool suddenly reported that no repositories were set.

I can temporarily enter individual repositories in the MaintenanceTool, but I would like to get the default repos set.

Why are they gone? How can I set the default repositories again?

Thanks in advance

like image 829
Ralf Wickum Avatar asked Jul 15 '15 11:07

Ralf Wickum


1 Answers

The Maintenance Tool is doing crazy things since the recent updates made by Qt team.

The only solution I know is:

  • Add the next temporary repository in "Settings":

    Windows: http://download.qt.io/online/qt5/windows/x86/online_repository/

    Mac: http://download.qt.io/online/qt5/mac/x64/online_repository/

  • Now, you can update the Qt components and you should see a new update for the Maintenance Tool.

If everything goes well, the Maintenance Tool will be fixed.

like image 78
Tarod Avatar answered Sep 22 '22 07:09

Tarod