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
 
No edit summary
Line 1: Line 1:
=Uninstall and Reinstall QtSDK on Mac system=
h1. 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''.
## If not ''QtSDK'', check for ''/Users/YourUserName/QtX.Y.Z'' where '''X.Y.Z''' is a Qt version.
## If not ''QtSDK'', check for ''/Users/YourUserName/QtX.Y.Z'' where '''X.Y.Z''' is a Qt version.
# The tool’s dialog window will show up. In the dialog window select “Remove all components”.
# The tool's dialog window will show up. In the dialog window select "Remove all components".
# Click the '''Continue''' button, the the '''Uninstall''' button to confirm. Qt <span class="caps">SDK</span> will be uninstalled and QtSDK directory will be removed.
# Click the '''Continue''' button, the the '''Uninstall''' button to confirm. Qt SDK will be uninstalled and QtSDK directory will be removed.
# Run the QtSDK installer if reinstallation is needed.
# Run the QtSDK installer if reinstallation is needed.
# In the installation dialog window, make sure to check the box “Remove the old Qt Creator’s setting”.
# In the installation dialog window, make sure to check the box &quot;Remove the old Qt Creator's setting&amp;quot;.
# Continue to finish the installation.
# Continue to finish the installation.

Revision as of 14:34, 23 February 2015

h1. 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&quot;.
  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&quot;.
  6. Continue to finish the installation.