mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Add Qt win extras to be built
This commit is contained in:
parent
ee0f3e1b5a
commit
b702e94090
@ -12,11 +12,10 @@ import sys
|
|||||||
|
|
||||||
from bypy.constants import (
|
from bypy.constants import (
|
||||||
LIBDIR, PREFIX, PYTHON, SRC as CALIBRE_DIR, build_dir, islinux, ismacos,
|
LIBDIR, PREFIX, PYTHON, SRC as CALIBRE_DIR, build_dir, islinux, ismacos,
|
||||||
worker_env
|
iswindows, worker_env
|
||||||
)
|
)
|
||||||
from bypy.utils import run_shell
|
from bypy.utils import run_shell
|
||||||
|
|
||||||
|
|
||||||
dlls = [
|
dlls = [
|
||||||
'Core',
|
'Core',
|
||||||
'Concurrent',
|
'Concurrent',
|
||||||
@ -49,6 +48,8 @@ if islinux:
|
|||||||
dlls += ['X11Extras', 'XcbQpa', 'WaylandClient', 'DBus']
|
dlls += ['X11Extras', 'XcbQpa', 'WaylandClient', 'DBus']
|
||||||
elif ismacos:
|
elif ismacos:
|
||||||
dlls += ['MacExtras', 'DBus']
|
dlls += ['MacExtras', 'DBus']
|
||||||
|
elif iswindows:
|
||||||
|
dlls += ['WinExtras', 'Angle']
|
||||||
|
|
||||||
QT_DLLS = frozenset(
|
QT_DLLS = frozenset(
|
||||||
'Qt5' + x for x in dlls
|
'Qt5' + x for x in dlls
|
||||||
|
@ -464,6 +464,14 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"name": "qt-winextras",
|
||||||
|
"os": "windows",
|
||||||
|
"hashes": {
|
||||||
|
"unix": "sha256:2b6319f7dd19fc19b028685c163a69f0a10e610d7554411d4660c1b5e42ada3b"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "qt-webengine",
|
"name": "qt-webengine",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user