Add qt.conf to specify Qt plugin path

Fixes #15
This commit is contained in:
Vinyl Darkscratch 2018-03-05 19:02:23 -08:00
parent 6888e7c769
commit 385500882c
2 changed files with 3 additions and 1 deletions

View file

@ -5,7 +5,7 @@ block_cipher = None
a = Analysis(['journal.py'],
pathex=['.'],
binaries=[],
datas=[('images', 'images')],
datas=[('images', 'images'), ('qt.conf', '')],
hiddenimports=[],
hookspath=[],
runtime_hooks=[],

2
journal/mac/qt.conf Normal file
View file

@ -0,0 +1,2 @@
[Paths]
Plugins = "./MacOS/PyQt5/Qt/plugins"