Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orestonce/install-qt-static
action to install static qt
https://github.com/orestonce/install-qt-static
Last synced: 23 days ago
JSON representation
action to install static qt
- Host: GitHub
- URL: https://github.com/orestonce/install-qt-static
- Owner: orestonce
- License: mit
- Created: 2022-11-17T00:54:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-01T04:03:08.000Z (5 months ago)
- Last Synced: 2024-10-05T03:33:36.916Z (about 1 month ago)
- Size: 45.9 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# install-qt-static
action to install static qt to windows* version support value list
* [x] Qt5.6.3-Windows-x86-MinGW4.9.4-staticFull-20200104
* [x] Qt5.15.7-Windows-x86-MinGW8.1.0-staticFull-20221104
* [x] Qt5.15.7-Windows-x86_64-MinGW8.1.0-staticFull-20221104
* [x] Qt6.5.3-Windows-x86_64-MinGW13.2.0-ucrt-staticFull-20240527
* runner.os support
* [x] Windows* 静态编译Qt/MinGW来源于: https://build-qt.fsu0413.me/ , 仓库地址 https://github.com/Fsu0413/QtCompile
* 使用方法:
- name: install qt static
uses: orestonce/[email protected]
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