Where to download qt sources
-
I normally use https://code.qt.io/
to download Qt sources.
But it is not working now, also yesterday was down for some time.Is there a Documentation where to download the sources and binaries securely?
Without user interaction like without the Qt maintenance tool.
To install qt on GitHub runners I need an action that could introduce security issues.
Also have tried with aqtinstall but again this could introduce security issues on my releases.I tried once using some command line tool(from Qt) but it was a mess and difficult to adapt for different platforms.
Is there any intention from Qt to improve how Qt libraries(open source license) are installed automatically for different platforms?
Also how this works https://github.com/qt
Is this mirroring exactly the https://code.qt.io/Can I use https://github.com/qt instead?
-
I normally use https://code.qt.io/
to download Qt sources.
But it is not working now, also yesterday was down for some time.Is there a Documentation where to download the sources and binaries securely?
Without user interaction like without the Qt maintenance tool.
To install qt on GitHub runners I need an action that could introduce security issues.
Also have tried with aqtinstall but again this could introduce security issues on my releases.I tried once using some command line tool(from Qt) but it was a mess and difficult to adapt for different platforms.
Is there any intention from Qt to improve how Qt libraries(open source license) are installed automatically for different platforms?
Also how this works https://github.com/qt
Is this mirroring exactly the https://code.qt.io/Can I use https://github.com/qt instead?
@Mesrine check this https://download.qt.io/new_archive/qt/
Then select a qt version and go in the single folder you will find the sources -
I normally use https://code.qt.io/
to download Qt sources.
But it is not working now, also yesterday was down for some time.Is there a Documentation where to download the sources and binaries securely?
Without user interaction like without the Qt maintenance tool.
To install qt on GitHub runners I need an action that could introduce security issues.
Also have tried with aqtinstall but again this could introduce security issues on my releases.I tried once using some command line tool(from Qt) but it was a mess and difficult to adapt for different platforms.
Is there any intention from Qt to improve how Qt libraries(open source license) are installed automatically for different platforms?
Also how this works https://github.com/qt
Is this mirroring exactly the https://code.qt.io/Can I use https://github.com/qt instead?
Hi @Mesrine
Also how this works https://github.com/qt
Is this mirroring exactly the https://code.qt.io/Can I use https://github.com/qt instead?
As you can read on the github site, it is the official mirror.
Regards
-
I normally use https://code.qt.io/
to download Qt sources.
But it is not working now, also yesterday was down for some time.Is there a Documentation where to download the sources and binaries securely?
Without user interaction like without the Qt maintenance tool.
To install qt on GitHub runners I need an action that could introduce security issues.
Also have tried with aqtinstall but again this could introduce security issues on my releases.I tried once using some command line tool(from Qt) but it was a mess and difficult to adapt for different platforms.
Is there any intention from Qt to improve how Qt libraries(open source license) are installed automatically for different platforms?
Also how this works https://github.com/qt
Is this mirroring exactly the https://code.qt.io/Can I use https://github.com/qt instead?