mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Include the Mac Extras Qt module
This commit is contained in:
parent
3ca5a472e6
commit
eb91bf77e2
@ -160,7 +160,8 @@ if iswindows:
|
||||
podofo_inc = os.path.join(sw_inc_dir, 'podofo')
|
||||
podofo_lib = sw_lib_dir
|
||||
elif isosx:
|
||||
QT_DLLS += ['Qt5DBus']
|
||||
QT_DLLS += ['Qt5DBus', 'Qt5MacExtras']
|
||||
PYQT_MODULES += ('QtMacExtras',)
|
||||
QT_FRAMEWORKS = [x.replace('5', '') for x in QT_DLLS]
|
||||
sw = os.environ.get('SW', os.path.expanduser('~/sw'))
|
||||
podofo_inc = os.path.join(sw, 'include', 'podofo')
|
||||
|
Loading…
x
Reference in New Issue
Block a user