feat: new TRANSLATION_RESOURCE_EMBEDDING build-time option

This commit is contained in:
2024-12-24 22:37:16 +08:00
parent 57354fc135
commit 2de9ff810d
3 changed files with 26 additions and 19 deletions

View File

@ -16,7 +16,7 @@ jobs:
modules: 'qtimageformats'
- name: Run a qt project
run: |
cmake . -Bbuild
cmake . -Bbuild -DTRANSLATION_RESOURCE_EMBEDDING=ON
cmake --build build
- name: Deploy
run: |