Where is Qt 5.5 source code?
-
I want to download qt 5 (any from 5.1 to 5.5) but I can't find the source code as I want to build it statically and link to static c++ runtime , don't want latest version of qt as it doesn't have qtwebkit but qtwebengine instead and I had a patch that managed to solve qtwebkit static building in qt 4.8.7 but I want the latest qtwebkit version and the last qt version wich supported it
-
I found it here :
http://download.qt.io/archive/qt/5.4/5.4.2/single/ -
Hi, welcome to the forum. See http://code.qt.io.
-
I coud only find qt 5.9 and qt 5.10 but there is no qt 5.5 or earlier qt 5 in this link
-
-
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.