Remove qt 4 from mac os

I just installed the wrong version of qt on my Mac OS. Qt version is 4.8.5. Qt5 is installed in a separate folder, but version 4 is distributed throughout the system, I can’t just delete one folder.

Is there an easy way to remove it?

+5
source share
1 answer

If I remember correctly, there is a python script somewhere in /Developer/qt/tools.../uninstall-qt.py

I'm not sure about the names, but you will recognize the script.

In addition, you need to run it with sudo, smth like this:

sudo python ./uninstall-qt.py 

Hope this helps.

+5
source

All Articles