aboutQt in Qt4.8 web links don't work anymore
Solved
General and Desktop
-
Hello,
I noticed that in the aboutQt message box the web links to Qt don't work anymore.In Qt4.8 the links try to open the pages
http://qt.nokia.com/products/licensing
http://qt.nokia.com/In Qt 5.5.1
https://www.qt.io/licensing/
https://www.qt.io/Can I change the links for the Qt4.8 version?
-
@Odin07 As you can see here https://code.woboq.org/qt5/qtbase/src/widgets/dialogs/qmessagebox.cpp.html#_ZN11QMessageBox7aboutQtEP7QWidgetRK7QString the links are fixed in code. I fyou want to change them you will need to modify code and rebuild Qt.