Include the Mac Extras Qt module

This commit is contained in:
Kovid Goyal 2016-09-01 10:04:23 +05:30
parent 3ca5a472e6
commit eb91bf77e2

View File

@ -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')