Howto do a clean uninstall and reinstall of qt sdk: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
(Convert ExpressionEngine section headers)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
h1. Uninstall and Reinstall QtSDK on Mac system
{{Cleanup | reason=Auto-imported from ExpressionEngine.}}


= Uninstall and Reinstall QtSDK on Mac system =
# sudo QtSDK/SDKMaintenanceTool.app/Contents/MacOS/SDKMaintenanceTool
# sudo QtSDK/SDKMaintenanceTool.app/Contents/MacOS/SDKMaintenanceTool
## In newer versions replace both instances of ''SDKMaintenanceTool'' with ''MaintenanceTool''.
## In newer versions replace both instances of ''SDKMaintenanceTool'' with ''MaintenanceTool''.

Latest revision as of 16:01, 5 March 2015

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.