mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
still need qtnetwork for webkit
This commit is contained in:
parent
479b0b6ed5
commit
f6066c7ffd
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ OPTIONS = {
|
||||||
'iconfile': 'ankiqt/mac/anki.icns',
|
'iconfile': 'ankiqt/mac/anki.icns',
|
||||||
"includes": ["sip", "cgi", "encodings", "encodings.utf_8",
|
"includes": ["sip", "cgi", "encodings", "encodings.utf_8",
|
||||||
"encodings.shift_jis", "_multibytecodec",
|
"encodings.shift_jis", "_multibytecodec",
|
||||||
"platform"],
|
"PyQt4.QtNetwork", "platform"],
|
||||||
'packages': ["sqlalchemy", "pysqlite2", "simplejson"],
|
'packages': ["sqlalchemy", "pysqlite2", "simplejson"],
|
||||||
'excludes': ['_gtkagg', '_tkagg', "_wxagg",
|
'excludes': ['_gtkagg', '_tkagg', "_wxagg",
|
||||||
"wx", "_wx",
|
"wx", "_wx",
|
||||||
|
|
Loading…
Reference in a new issue