Comment 13 for bug 1177823

Revision history for this message
Lê Hoàng Phương (herophuong93) wrote :

My workaround:
+ Use qtchooser to list all available Qt versions:
qtchooser -list-versions
+ Add this line to ~/.bashrc
export QT_SELECT=qt5 # this depends on what you have from previous command)
Log out then log in, or:
source ~/.bashrc