mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #2585 (Beta 6 fails to run showing a library error)
This commit is contained in:
parent
19a05d4d4f
commit
cab5e4f95c
@ -21,7 +21,8 @@ def freeze():
|
|||||||
|
|
||||||
|
|
||||||
QTDIR = '/usr/lib/qt4'
|
QTDIR = '/usr/lib/qt4'
|
||||||
QTDLLS = ('QtCore', 'QtGui', 'QtNetwork', 'QtSvg', 'QtXml', 'QtWebKit')
|
QTDLLS = ('QtCore', 'QtGui', 'QtNetwork', 'QtSvg', 'QtXml',
|
||||||
|
'QtWebKit', 'QtDBus')
|
||||||
|
|
||||||
binary_excludes = ['libGLcore*', 'libGL*', 'libnvidia*']
|
binary_excludes = ['libGLcore*', 'libGL*', 'libnvidia*']
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user