Howto do a clean uninstall and reinstall of qt sdk

From Qt Wiki
Revision as of 16:01, 5 March 2015 by AutoSpider (talk | contribs) (Convert ExpressionEngine section headers)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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.