Howto do a clean uninstall and reinstall of qt sdk

From Qt Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
This article may require cleanup to meet the Qt Wiki's quality standards. Reason: Auto-imported from ExpressionEngine.
Please improve this article if you can. Remove the {{cleanup}} tag and add this page to Updated pages list after it's clean.

Uninstall and Reinstall QtSDK on Mac system

  1. sudo QtSDK/SDKMaintenanceTool.app/Contents/MacOS/SDKMaintenanceTool
    1. In newer versions replace both instances of SDKMaintenanceTool with MaintenanceTool.
    2. If not QtSDK, check for /Users/YourUserName/QtX.Y.Z where X.Y.Z is a Qt version.
  2. The tool's dialog window will show up. In the dialog window select "Remove all components".
  3. Click the Continue button, the the Uninstall button to confirm. Qt SDK will be uninstalled and QtSDK directory will be removed.
  4. Run the QtSDK installer if reinstallation is needed.
  5. In the installation dialog window, make sure to check the box "Remove the old Qt Creator's setting".
  6. Continue to finish the installation.