Where is Qt 5.5 source code?
-
-
How can I download from this link , I can't find the source code of the version I need but only some patches
I searched in qt download category but didn't find the source code
there is only pre-built qt 5.or 5.4 ... etc
Is the source code still availabe to download ?? -
There is another option for older versions of source code in the archives
-
There's a guide on how to build qt from sources: https://wiki.qt.io/Building_Qt_5_from_Git
-
@koahnig
There isn't the source code of qt 5.4 in archives but there is the source code of some modules in it includin qtwebkit but can I build qtwebkit 5.4 with qt 4.8.7 -
@Wieland
this is qt 5.9 latest version -
I found it here :
http://download.qt.io/archive/qt/5.4/5.4.2/single/ -
Right there are the sources.
Be careful which you are downloading. zips are for windows and tar.* for linux.
Just saw that there are also .7z not sure for which those are. 7z is not really platform-specific.The difference between different target platforms and therefore the different archives have something to do with the line-endings. Most relevant when doing the Qt lib all by yourself.
-
Hi,
If you need webkit then consider using @Konstantin-Tokarev QtWebKit reboot and use the latest version of Qt.
-
AFAIK, QtWebKit static build has been disabled a long time ago.