From 385500882ce7a6a83179f92cfbbba7f233f8fa03 Mon Sep 17 00:00:00 2001 From: Vinyl Darkscratch Date: Mon, 5 Mar 2018 19:02:23 -0800 Subject: [PATCH] Add qt.conf to specify Qt plugin path Fixes #15 --- journal/mac/journal.spec | 2 +- journal/mac/qt.conf | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 journal/mac/qt.conf diff --git a/journal/mac/journal.spec b/journal/mac/journal.spec index 46de4b3..4210c18 100644 --- a/journal/mac/journal.spec +++ b/journal/mac/journal.spec @@ -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=[], diff --git a/journal/mac/qt.conf b/journal/mac/qt.conf new file mode 100644 index 0000000..f26805b --- /dev/null +++ b/journal/mac/qt.conf @@ -0,0 +1,2 @@ +[Paths] +Plugins = "./MacOS/PyQt5/Qt/plugins" \ No newline at end of file