Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/orestonce/install-qt

install qt
https://github.com/orestonce/install-qt

Last synced: 23 days ago
JSON representation

install qt

Awesome Lists containing this project

README

        

* 静态编译Qt/MinGW来源于: https://build-qt.fsu0413.me/ , 仓库地址 https://github.com/Fsu0413/QtCompile

使用方法:

- name: install qt static
uses: orestonce/install-qt@main
with:
version: Qt5.15.7-Windows-x86_64-MinGW8.1.0-staticFull-20221104

- name: build
run: |
cd image2pdf-qt && qmake && mingw32-make release && cd ..
dir image2pdf-qt\release\image2pdf-qt.exe

支持的runner.os和version


runner.os
version
arch
编译主机
特点


windows
Qt4.8.7-Windows-x86-MinGW4.9.4-20200104
x86
Windows XP SP3
动态库; 编译生成的二进制支持windows xp


Qt5.6.3-Windows-x86-MinGW4.9.4-staticFull-20200104
x86
Windows XP SP3
静态库; 此为最后一个支持windows xp的Qt版本


Qt5.15.7-Windows-x86-MinGW8.1.0-staticFull-20221104
x86



Qt5.15.7-Windows-x86_64-MinGW8.1.0-staticFull-20221104
amd64



Qt5.15.14-Windows-x86-MinGW8.1.0-staticFull-20240527
x86
Windows 11 10.0.22631
macos版和windows版


Qt5.15.14-Windows-x86_64-MinGW8.1.0-staticFull-20240527
amd64
Windows 11 10.0.22631
macos版和windows版


Qt6.5.3-Windows-x86_64-MinGW13.2.0-ucrt-staticFull-20240527
amd64
Windows 11 10.0.22631



Qt6.7.2-Windows-x86_64-MinGW13.2.0-ucrt-20240621
amd64
Windows 11 10.0.22631
最新版本Qt


macos
Qt5.6.3-macOS-x86_64-AppleClang6.1.0-noFramework-20191202
amd64
OS X 10.10
只支持macos-12/13, 不支持macos-14


Qt5.15.14-macOS-Universal-AppleClang15.0.0-noFramework-20240527
arm64/amd64
macOS 14.5
macos版和windows版;
此编译器在macos-12/13、macos-14上分别输出amd64和arm64二进制


Qt6.7.2-macOS-Universal-AppleClang15.0.0-noFramework-20240621
arm64/amd64
macOS 14.5
最新版本Qt;
此编译器在macos-12/13、macos-14上分别输出amd64和arm64二进制