UN-GCPDS / qt-material

Material inspired stylesheet for PySide2, PySide6, PyQt5 and PyQt6
https://qt-material.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
2.27k stars 241 forks source link

Add pyinstaller hook #27

Closed bebert64 closed 3 years ago

bebert64 commented 3 years ago

From pyinstaller doc : To add a pyinstaller hook, I needed to create a function specifying the folder in which to find the hook, an entry point going to that function, and the hook itself, which has to be named "hook-qt_material.py" (everything else can be renamed if you like).