简体   繁体   中英

Uninstalling Qt Creator 2 from Mac

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???

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.YZ where XYZ 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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM