Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Enable cut-down PyQt on all platforms #17

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 6 additions & 19 deletions net.ankiweb.Anki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ modules:
- --assume-shared
- --concatenate
- --confirm-license
- --enable=QtCore
- --enable=QtGui
- --enable=QtNetwork
- --enable=QtPrintSupport
- --enable=QtWebChannel
- --enable=QtWidgets
- --no-designer-plugin
- --no-dist-info
- --no-docstrings
Expand All @@ -59,25 +65,6 @@ modules:
- --no-tools
- QMAKE_CFLAGS_RELEASE='-I/usr/include/python3.7m/'
- QMAKE_CXXFLAGS_RELEASE='-I/usr/include/python3.7m/'
# FIXME: we should do this on ARM too, but for some reason it fails to build
build-options:
arch:
i386:
config-opts:
- --enable=QtCore
- --enable=QtGui
- --enable=QtNetwork
- --enable=QtPrintSupport
- --enable=QtWebChannel
- --enable=QtWidgets
x86_64:
config-opts:
- --enable=QtCore
- --enable=QtGui
- --enable=QtNetwork
- --enable=QtPrintSupport
- --enable=QtWebChannel
- --enable=QtWidgets
sources:
- type: archive
url: https://www.riverbankcomputing.com/static/Downloads/PyQt5/5.12.1/PyQt5_gpl-5.12.1.tar.gz
Expand Down