mirror of
https://github.com/ciromattia/kcc
synced 2025-12-15 18:56:28 +00:00
Add native Apple Silicon support by upgrading qt5 to qt6 (#523)
* initial upgrade * fix epub icon * pyside6 * fix tray icon * add spaces * add comment back * change exec * edit shared * Add CheckState enums * add mozJpeg * fix batch * import CheckedState * remove references to qt5 * add mozJpeg warning * Update package-linux.yml * Update package-linux.yml * Update Dockerfile-base * Update README.md * Update package-linux.yml * Update README.md * Update README.md * add mozjpeg to gitignore * add warning text * fix state issue * use same settings save location as qt5 * remove space * remove mozJpeg * update Dockerfile-base file version * use getattr instead of eval * undo readme changes * undo conda * undo gitignore --------- Co-authored-by: Alexander Xu <alexanderx@qualtrics.com> Co-authored-by: darodi <4682830+darodi@users.noreply.github.com>
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
# PREPARE PYTHON ENV
|
||||
# conda create -n pyqt5 python=3.7
|
||||
# source activate pyqt5
|
||||
# pip install pyqt5
|
||||
|
||||
pyuic5 gui/KCC.ui --from-imports > kindlecomicconverter/KCC_ui.py
|
||||
pyuic5 gui/MetaEditor.ui --from-imports > kindlecomicconverter/KCC_ui_editor.py
|
||||
pyrcc5 gui/KCC.qrc > kindlecomicconverter/KCC_rc.py
|
||||
pyside6-uic gui/KCC.ui --from-imports > kindlecomicconverter/KCC_ui.py
|
||||
pyside6-uic gui/MetaEditor.ui --from-imports > kindlecomicconverter/KCC_ui_editor.py
|
||||
pyside6-rcc gui/KCC.qrc > kindlecomicconverter/KCC_rc.py
|
||||
|
||||
Reference in New Issue
Block a user