Reputation: 1184
I am new to Mac and recently installed Qt Creator 2. I am not sure where I installed this piece of software. How do I uninstall it cleanly...Is there any uninstalling app that does this cleanly???
Upvotes: 3
Views: 1236
Reputation: 53155
From the wiki:
1) sudo QtSDK/SDKMaintenanceTool.app/Contents/MacOS/SDKMaintenanceTool
a) In newer versions replace both instances of SDKMaintenanceTool with MaintenanceTool.
b) 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.
Alternatively, you could try running the following command, but I have never tried it myself:
sudo python /Developer/Tools/uninstall-qt.py
Upvotes: 2