File python-poppler-qt5-fix-qmake-name.patch of Package python-poppler-qt5
--- python-poppler-qt5-0.24.2/setup.py.orig 2017-07-21 10:06:51.465778120 +0200
+++ python-poppler-qt5-0.24.2/setup.py 2017-07-21 10:06:57.849778371 +0200
@@ -137,7 +137,7 @@ class build_ext(build_ext_base):
build_ext_base.initialize_options(self)
self.poppler_version = None
- self.qmake_bin = 'qmake'
+ self.qmake_bin = 'qmake-qt5'
self.qt_include_dir = None
self.pyqt_sip_dir = None