I’ve just installed the new Ubuntu 13.04 and installed Qt5 as follows:
sudo apt-get install qt-sdk
When opening Qt Creator and going to “About”, it successfully shows Qt version 5. However, when I open Qt Assistant, it still references to Qt 4.8. I want to install everything through apt-get rather than installing it through the official Qt installer. Does anyone know how I can make Qt Assistant referencing the Qt5 documentation?
↧